Shades of Jungle Green #27A27D
Tints of Jungle Green #27A27D
RGB
CMYK
RGB Variations
Color information
#27A27D (or 0x27A27D) is known color: Jungle Green. HEX triplet: 27, A2 and 7D. RGB value is (39,162,125). Sum of RGB (Red+Green+Blue) = 39+162+125=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #27A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A27D is #D85D82. Grayscale: #797979. Windows color (decimal): -14179715 or 8233511. OLE color: 8233511.
HSL color Cylindrical-coordinate representation of color #27A27D: hue angle of 161.95º 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 #27A27D is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 125 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.36 |
| HSL | 161.95º | 0.61% | 0.39% | - |
| HSV(B) | 161.95º | 0.76% | 0.64% | - |
| XYZ | 17.46 | 27.75 | 23.84 | - |
| YUV | 121.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 125 | 0.76 | 0 | 0.23 | 0.36 | 161.95 | 0.61 | 0.39 |
| Hex | 27 | A2 | 7D | 4C | 0 | 17 | 24 | A2 | 3D | 27 |
| Octal | 47 | 242 | 175 | 114 | 0 | 27 | 44 | 242 | 75 | 47 |
| Binary | 100111 | 10100010 | 1111101 | 1001100 | 0 | 10111 | 100100 | 10100010 | 111101 | 100111 |
Color Harmonies of #27A27D
Complementary color
Monochromatic Colors of #27A27D
Black with #27A27D
Text Example
Text Example
White with #27A27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A27D; }
p { color: rgb(39,162,125); }
H1.HeaderClassName
{
color: #27A27D;
}
.AnyTagClassName
{
color: #27A27D;
}
</style>
background-color css
<style>
a { background-color: #27A27D; }
a { background-color: rgb(39,162,125); }
div.DivClassName
{
background-color: #27A27D;
}
.BgClassName
{
background-color: #27A27D;
}
</style>
border-color css
<style>
span { border-color: #27A27D; }
span { border-color: rgb(39,162,125); }
td.TdClassName
{
border-color: #27A27D;
}
.TagClassName
{
border-color: #27A27D;
}
</style>