Shades of Jungle Green #289F76
Tints of Jungle Green #289F76
RGB
CMYK
RGB Variations
Color information
#289F76 (or 0x289F76) is known color: Jungle Green. HEX triplet: 28, 9F and 76. RGB value is (40,159,118). Sum of RGB (Red+Green+Blue) = 40+159+118=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #289F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289F76 is #D76089. Grayscale: #767676. Windows color (decimal): -14114954 or 7773992. OLE color: 7773992.
HSL color Cylindrical-coordinate representation of color #289F76: hue angle of 159.33º 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 #289F76 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 118 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.38 |
| HSL | 159.33º | 0.6% | 0.39% | - |
| HSV(B) | 159.33º | 0.75% | 0.62% | - |
| XYZ | 16.54 | 26.56 | 21.39 | - |
| YUV | 118.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 118 | 0.75 | 0 | 0.26 | 0.38 | 159.33 | 0.6 | 0.39 |
| Hex | 28 | 9F | 76 | 4B | 0 | 1A | 26 | 9F | 3C | 27 |
| Octal | 50 | 237 | 166 | 113 | 0 | 32 | 46 | 237 | 74 | 47 |
| Binary | 101000 | 10011111 | 1110110 | 1001011 | 0 | 11010 | 100110 | 10011111 | 111100 | 100111 |
Color Harmonies of #289F76
Complementary color
Monochromatic Colors of #289F76
Black with #289F76
Text Example
Text Example
White with #289F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F76; }
p { color: rgb(40,159,118); }
H1.HeaderClassName
{
color: #289F76;
}
.AnyTagClassName
{
color: #289F76;
}
</style>
background-color css
<style>
a { background-color: #289F76; }
a { background-color: rgb(40,159,118); }
div.DivClassName
{
background-color: #289F76;
}
.BgClassName
{
background-color: #289F76;
}
</style>
border-color css
<style>
span { border-color: #289F76; }
span { border-color: rgb(40,159,118); }
td.TdClassName
{
border-color: #289F76;
}
.TagClassName
{
border-color: #289F76;
}
</style>