#27A280

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

Shades of Jungle Green #27A280

Tints of Jungle Green #27A280

Color information

#27A280 (or 0x27A280) is unknown color: approx Jungle Green. HEX triplet: 27, A2 and 80. RGB value is (39,162,128). Sum of RGB (Red+Green+Blue) = 39+162+128=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #27A280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A280 is #D85D7F. Grayscale: #797979. Windows color (decimal): -14179712 or 8430119. OLE color: 8430119.

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

Color convert

RGB39162128-
CMYK0.7600.210.36
HSL163.41º61.19%39.41%-
HSV(B)163.41º75.93%63.53%-
XYZ17.6527.8324.86-
YUV121.35131.7569.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.85%
GREEN value IS 162 (63.67% from 255) = 49.24%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=11.85%
G=49.24%
B=38.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391621280.7600.210.36163.4161.1939.41
Hex27A2804C01524a33d27
Octal47242200114025442437547
Binary1001111010001010000000100110001010110010010100011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,162,128); }

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

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

 a { background-color: rgb(39,162,128); }

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

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

 span { border-color: rgb(39,162,128); }

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