Shades of Jungle Green #289D75
Tints of Jungle Green #289D75
RGB
CMYK
RGB Variations
Color information
#289D75 (or 0x289D75) is known color: Jungle Green. HEX triplet: 28, 9D and 75. RGB value is (40,157,117). Sum of RGB (Red+Green+Blue) = 40+157+117=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #289D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289D75 is #D7628A. Grayscale: #757575. Windows color (decimal): -14115467 or 7707944. OLE color: 7707944.
HSL color Cylindrical-coordinate representation of color #289D75: hue angle of 159.49º degrees, saturation: 0.59, 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 #289D75 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 117 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.38 |
| HSL | 159.49º | 0.59% | 0.39% | - |
| HSV(B) | 159.49º | 0.75% | 0.62% | - |
| XYZ | 16.14 | 25.85 | 20.97 | - |
| YUV | 117.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 117 | 0.75 | 0 | 0.25 | 0.38 | 159.49 | 0.59 | 0.39 |
| Hex | 28 | 9D | 75 | 4B | 0 | 19 | 26 | 9F | 3B | 27 |
| Octal | 50 | 235 | 165 | 113 | 0 | 31 | 46 | 237 | 73 | 47 |
| Binary | 101000 | 10011101 | 1110101 | 1001011 | 0 | 11001 | 100110 | 10011111 | 111011 | 100111 |
Color Harmonies of #289D75
Complementary color
Monochromatic Colors of #289D75
Black with #289D75
Text Example
Text Example
White with #289D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D75; }
p { color: rgb(40,157,117); }
H1.HeaderClassName
{
color: #289D75;
}
.AnyTagClassName
{
color: #289D75;
}
</style>
background-color css
<style>
a { background-color: #289D75; }
a { background-color: rgb(40,157,117); }
div.DivClassName
{
background-color: #289D75;
}
.BgClassName
{
background-color: #289D75;
}
</style>
border-color css
<style>
span { border-color: #289D75; }
span { border-color: rgb(40,157,117); }
td.TdClassName
{
border-color: #289D75;
}
.TagClassName
{
border-color: #289D75;
}
</style>