Shades of Jungle Green #27A272
Tints of Jungle Green #27A272
RGB
CMYK
RGB Variations
Color information
#27A272 (or 0x27A272) is known color: Jungle Green. HEX triplet: 27, A2 and 72. RGB value is (39,162,114). Sum of RGB (Red+Green+Blue) = 39+162+114=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #27A272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A272 is #D85D8D. Grayscale: #777777. Windows color (decimal): -14179726 or 7512615. OLE color: 7512615.
HSL color Cylindrical-coordinate representation of color #27A272: hue angle of 156.59º 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 #27A272 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 114 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.36 |
| HSL | 156.59º | 0.61% | 0.39% | - |
| HSV(B) | 156.59º | 0.76% | 0.64% | - |
| XYZ | 16.79 | 27.49 | 20.34 | - |
| YUV | 119.75 | 124.75 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 114 | 0.76 | 0 | 0.30 | 0.36 | 156.59 | 0.61 | 0.39 |
| Hex | 27 | A2 | 72 | 4C | 0 | 1E | 24 | 9D | 3D | 27 |
| Octal | 47 | 242 | 162 | 114 | 0 | 36 | 44 | 235 | 75 | 47 |
| Binary | 100111 | 10100010 | 1110010 | 1001100 | 0 | 11110 | 100100 | 10011101 | 111101 | 100111 |
Color Harmonies of #27A272
Complementary color
Monochromatic Colors of #27A272
Black with #27A272
Text Example
Text Example
White with #27A272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A272; }
p { color: rgb(39,162,114); }
H1.HeaderClassName
{
color: #27A272;
}
.AnyTagClassName
{
color: #27A272;
}
</style>
background-color css
<style>
a { background-color: #27A272; }
a { background-color: rgb(39,162,114); }
div.DivClassName
{
background-color: #27A272;
}
.BgClassName
{
background-color: #27A272;
}
</style>
border-color css
<style>
span { border-color: #27A272; }
span { border-color: rgb(39,162,114); }
td.TdClassName
{
border-color: #27A272;
}
.TagClassName
{
border-color: #27A272;
}
</style>