#27A478

Color #27A478 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #27A478

Tints of Jungle Green #27A478

Color information

#27A478 (or 0x27A478) is unknown color: approx Jungle Green. HEX triplet: 27, A4 and 78. RGB value is (39,164,120). Sum of RGB (Red+Green+Blue) = 39+164+120=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #27A478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A478 is #D85B87. Grayscale: #797979. Windows color (decimal): -14179208 or 7906343. OLE color: 7906343.

HSL color Cylindrical-coordinate representation of color #27A478: hue angle of 158.88º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A478 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB39164120-
CMYK0.7600.270.36
HSL158.88º61.58%39.8%-
HSV(B)158.88º76.22%64.31%-
XYZ17.528.3422.32-
YUV121.61127.0969.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 164 (64.45% from 255) = 50.77%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=12.07%
G=50.77%
B=37.15%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391641200.7600.270.36158.8861.5839.8
Hex27A4784C01B249f3e28
Octal47244170114033442377650
Binary100111101001001111000100110001101110010010011111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27A478; }

 p { color: rgb(39,164,120); }

 H1.HeaderClassName
 {
   color: #27A478;
 }
 .AnyTagClassName
 {
   color: #27A478;
 }
</style>
background-color css

<style>
 a { background-color: #27A478; }

 a { background-color: rgb(39,164,120); }

 div.DivClassName
 {
   background-color: #27A478;
 }
 .BgClassName
 {
   background-color: #27A478;
 }
</style>
border-color css

<style>
 span { border-color: #27A478; }

 span { border-color: rgb(39,164,120); }

 td.TdClassName
 {
   border-color: #27A478;
 }
 .TagClassName
 {
   border-color: #27A478;
 }
</style>