#27A17F

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

Shades of Jungle Green #27A17F

Tints of Jungle Green #27A17F

Color information

#27A17F (or 0x27A17F) is unknown color: approx Jungle Green. HEX triplet: 27, A1 and 7F. RGB value is (39,161,127). Sum of RGB (Red+Green+Blue) = 39+161+127=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 161 (63.28% from 255 or 49.24% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 161 - color contains mainly: green. Hex color #27A17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A17F is #D85E80. Grayscale: #787878. Windows color (decimal): -14179969 or 8364327. OLE color: 8364327.

HSL color Cylindrical-coordinate representation of color #27A17F: hue angle of 163.28º 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 #27A17F is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB39161127-
CMYK0.7600.210.37
HSL163.28º61%39.22%-
HSV(B)163.28º75.78%63.14%-
XYZ17.4127.4524.46-
YUV120.65131.5869.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.93%
GREEN value IS 161 (63.28% from 255) = 49.24%
BLUE value IS 127 (50% from 255) = 38.84%
R=11.93%
G=49.24%
B=38.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal391611270.7600.210.37163.286139.22
Hex27A17F4C01525a33d27
Octal47241177114025452437547
Binary100111101000011111111100110001010110010110100011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,161,127); }

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

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

 a { background-color: rgb(39,161,127); }

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

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

 span { border-color: rgb(39,161,127); }

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