Shades of Jungle Green #27A078
Tints of Jungle Green #27A078
RGB
CMYK
RGB Variations
Color information
#27A078 (or 0x27A078) is known color: Jungle Green. HEX triplet: 27, A0 and 78. RGB value is (39,160,120). Sum of RGB (Red+Green+Blue) = 39+160+120=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #27A078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A078 is #D85F87. Grayscale: #777777. Windows color (decimal): -14180232 or 7905319. OLE color: 7905319.
HSL color Cylindrical-coordinate representation of color #27A078: hue angle of 160.17º 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 #27A078 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 160 | 120 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.37 |
| HSL | 160.17º | 0.61% | 0.39% | - |
| HSV(B) | 160.17º | 0.76% | 0.63% | - |
| XYZ | 16.8 | 26.93 | 22.08 | - |
| YUV | 119.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 120 | 0.76 | 0 | 0.25 | 0.37 | 160.17 | 0.61 | 0.39 |
| Hex | 27 | A0 | 78 | 4C | 0 | 19 | 25 | A0 | 3D | 27 |
| Octal | 47 | 240 | 170 | 114 | 0 | 31 | 45 | 240 | 75 | 47 |
| Binary | 100111 | 10100000 | 1111000 | 1001100 | 0 | 11001 | 100101 | 10100000 | 111101 | 100111 |
Color Harmonies of #27A078
Complementary color
Monochromatic Colors of #27A078
Black with #27A078
Text Example
Text Example
White with #27A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A078; }
p { color: rgb(39,160,120); }
H1.HeaderClassName
{
color: #27A078;
}
.AnyTagClassName
{
color: #27A078;
}
</style>
background-color css
<style>
a { background-color: #27A078; }
a { background-color: rgb(39,160,120); }
div.DivClassName
{
background-color: #27A078;
}
.BgClassName
{
background-color: #27A078;
}
</style>
border-color css
<style>
span { border-color: #27A078; }
span { border-color: rgb(39,160,120); }
td.TdClassName
{
border-color: #27A078;
}
.TagClassName
{
border-color: #27A078;
}
</style>