Shades of Jungle Green #289F80
Tints of Jungle Green #289F80
RGB
CMYK
RGB Variations
Color information
#289F80 (or 0x289F80) is known color: Jungle Green. HEX triplet: 28, 9F and 80. RGB value is (40,159,128). Sum of RGB (Red+Green+Blue) = 40+159+128=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #289F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289F80 is #D7607F. Grayscale: #777777. Windows color (decimal): -14114944 or 8429352. OLE color: 8429352.
HSL color Cylindrical-coordinate representation of color #289F80: hue angle of 164.37º 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 #289F80 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 159 | 128 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.38 |
| HSL | 164.37º | 0.6% | 0.39% | - |
| HSV(B) | 164.37º | 0.75% | 0.62% | - |
| XYZ | 17.17 | 26.81 | 24.69 | - |
| YUV | 119.89 | 132.58 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 159 | 128 | 0.75 | 0 | 0.19 | 0.38 | 164.37 | 0.6 | 0.39 |
| Hex | 28 | 9F | 80 | 4B | 0 | 13 | 26 | A4 | 3C | 27 |
| Octal | 50 | 237 | 200 | 113 | 0 | 23 | 46 | 244 | 74 | 47 |
| Binary | 101000 | 10011111 | 10000000 | 1001011 | 0 | 10011 | 100110 | 10100100 | 111100 | 100111 |
Color Harmonies of #289F80
Complementary color
Monochromatic Colors of #289F80
Black with #289F80
Text Example
Text Example
White with #289F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289F80; }
p { color: rgb(40,159,128); }
H1.HeaderClassName
{
color: #289F80;
}
.AnyTagClassName
{
color: #289F80;
}
</style>
background-color css
<style>
a { background-color: #289F80; }
a { background-color: rgb(40,159,128); }
div.DivClassName
{
background-color: #289F80;
}
.BgClassName
{
background-color: #289F80;
}
</style>
border-color css
<style>
span { border-color: #289F80; }
span { border-color: rgb(40,159,128); }
td.TdClassName
{
border-color: #289F80;
}
.TagClassName
{
border-color: #289F80;
}
</style>