Shades of Jungle Green #279E7D
Tints of Jungle Green #279E7D
RGB
CMYK
RGB Variations
Color information
#279E7D (or 0x279E7D) is known color: Jungle Green. HEX triplet: 27, 9E and 7D. RGB value is (39,158,125). Sum of RGB (Red+Green+Blue) = 39+158+125=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #279E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279E7D is #D86182. Grayscale: #767676. Windows color (decimal): -14180739 or 8232487. OLE color: 8232487.
HSL color Cylindrical-coordinate representation of color #279E7D: hue angle of 163.36º 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 #279E7D is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 39 | 158 | 125 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.38 |
| HSL | 163.36º | 0.6% | 0.39% | - |
| HSV(B) | 163.36º | 0.75% | 0.62% | - |
| XYZ | 16.77 | 26.37 | 23.61 | - |
| YUV | 118.66 | 131.58 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 158 | 125 | 0.75 | 0 | 0.21 | 0.38 | 163.36 | 0.6 | 0.39 |
| Hex | 27 | 9E | 7D | 4B | 0 | 15 | 26 | A3 | 3C | 27 |
| Octal | 47 | 236 | 175 | 113 | 0 | 25 | 46 | 243 | 74 | 47 |
| Binary | 100111 | 10011110 | 1111101 | 1001011 | 0 | 10101 | 100110 | 10100011 | 111100 | 100111 |
Color Harmonies of #279E7D
Complementary color
Monochromatic Colors of #279E7D
Black with #279E7D
Text Example
Text Example
White with #279E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279E7D; }
p { color: rgb(39,158,125); }
H1.HeaderClassName
{
color: #279E7D;
}
.AnyTagClassName
{
color: #279E7D;
}
</style>
background-color css
<style>
a { background-color: #279E7D; }
a { background-color: rgb(39,158,125); }
div.DivClassName
{
background-color: #279E7D;
}
.BgClassName
{
background-color: #279E7D;
}
</style>
border-color css
<style>
span { border-color: #279E7D; }
span { border-color: rgb(39,158,125); }
td.TdClassName
{
border-color: #279E7D;
}
.TagClassName
{
border-color: #279E7D;
}
</style>