Shades of Jungle Green #279E73
Tints of Jungle Green #279E73
RGB
CMYK
RGB Variations
Color information
#279E73 (or 0x279E73) is known color: Jungle Green. HEX triplet: 27, 9E and 73. RGB value is (39,158,115). Sum of RGB (Red+Green+Blue) = 39+158+115=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #279E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279E73 is #D8618C. Grayscale: #757575. Windows color (decimal): -14180749 or 7577127. OLE color: 7577127.
HSL color Cylindrical-coordinate representation of color #279E73: hue angle of 158.32º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279E73 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 158 | 115 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.38 |
| HSL | 158.32º | 0.6% | 0.39% | - |
| HSV(B) | 158.32º | 0.75% | 0.62% | - |
| XYZ | 16.16 | 26.12 | 20.41 | - |
| YUV | 117.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 115 | 0.75 | 0 | 0.27 | 0.38 | 158.32 | 0.6 | 0.39 |
| Hex | 27 | 9E | 73 | 4B | 0 | 1B | 26 | 9E | 3C | 27 |
| Octal | 47 | 236 | 163 | 113 | 0 | 33 | 46 | 236 | 74 | 47 |
| Binary | 100111 | 10011110 | 1110011 | 1001011 | 0 | 11011 | 100110 | 10011110 | 111100 | 100111 |
Color Harmonies of #279E73
Complementary color
Monochromatic Colors of #279E73
Black with #279E73
Text Example
Text Example
White with #279E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279E73; }
p { color: rgb(39,158,115); }
H1.HeaderClassName
{
color: #279E73;
}
.AnyTagClassName
{
color: #279E73;
}
</style>
background-color css
<style>
a { background-color: #279E73; }
a { background-color: rgb(39,158,115); }
div.DivClassName
{
background-color: #279E73;
}
.BgClassName
{
background-color: #279E73;
}
</style>
border-color css
<style>
span { border-color: #279E73; }
span { border-color: rgb(39,158,115); }
td.TdClassName
{
border-color: #279E73;
}
.TagClassName
{
border-color: #279E73;
}
</style>