#27A076

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

Shades of Jungle Green #27A076

Tints of Jungle Green #27A076

Color information

#27A076 (or 0x27A076) is unknown color: approx Jungle Green. HEX triplet: 27, A0 and 76. RGB value is (39,160,118). Sum of RGB (Red+Green+Blue) = 39+160+118=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #27A076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A076 is #D85F89. Grayscale: #777777. Windows color (decimal): -14180234 or 7774247. OLE color: 7774247.

HSL color Cylindrical-coordinate representation of color #27A076: hue angle of 159.17º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A076 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB39160118-
CMYK0.7600.260.37
HSL159.17º60.8%39.02%-
HSV(B)159.17º75.63%62.75%-
XYZ16.6826.8821.45-
YUV119.03127.4170.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=12.30%
G=50.47%
B=37.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal391601180.7600.260.37159.1760.839.02
Hex27A0764C01A259f3d27
Octal47240166114032452377547
Binary100111101000001110110100110001101010010110011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,160,118); }

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

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

 a { background-color: rgb(39,160,118); }

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

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

 span { border-color: rgb(39,160,118); }

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