Shades of Jungle Green #27A174
Tints of Jungle Green #27A174
RGB
CMYK
RGB Variations
Color information
#27A174 (or 0x27A174) is known color: Jungle Green. HEX triplet: 27, A1 and 74. RGB value is (39,161,116). Sum of RGB (Red+Green+Blue) = 39+161+116=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #27A174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A174 is #D85E8B. Grayscale: #777777. Windows color (decimal): -14179980 or 7643431. OLE color: 7643431.
HSL color Cylindrical-coordinate representation of color #27A174: hue angle of 157.87º 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 #27A174 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 161 | 116 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.37 |
| HSL | 157.87º | 0.61% | 0.39% | - |
| HSV(B) | 157.87º | 0.76% | 0.63% | - |
| XYZ | 16.73 | 27.18 | 20.89 | - |
| YUV | 119.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 161 | 116 | 0.76 | 0 | 0.28 | 0.37 | 157.87 | 0.61 | 0.39 |
| Hex | 27 | A1 | 74 | 4C | 0 | 1C | 25 | 9E | 3D | 27 |
| Octal | 47 | 241 | 164 | 114 | 0 | 34 | 45 | 236 | 75 | 47 |
| Binary | 100111 | 10100001 | 1110100 | 1001100 | 0 | 11100 | 100101 | 10011110 | 111101 | 100111 |
Color Harmonies of #27A174
Complementary color
Monochromatic Colors of #27A174
Black with #27A174
Text Example
Text Example
White with #27A174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A174; }
p { color: rgb(39,161,116); }
H1.HeaderClassName
{
color: #27A174;
}
.AnyTagClassName
{
color: #27A174;
}
</style>
background-color css
<style>
a { background-color: #27A174; }
a { background-color: rgb(39,161,116); }
div.DivClassName
{
background-color: #27A174;
}
.BgClassName
{
background-color: #27A174;
}
</style>
border-color css
<style>
span { border-color: #27A174; }
span { border-color: rgb(39,161,116); }
td.TdClassName
{
border-color: #27A174;
}
.TagClassName
{
border-color: #27A174;
}
</style>