Shades of Jungle Green #289D7E
Tints of Jungle Green #289D7E
RGB
CMYK
RGB Variations
Color information
#289D7E (or 0x289D7E) is known color: Jungle Green. HEX triplet: 28, 9D and 7E. RGB value is (40,157,126). Sum of RGB (Red+Green+Blue) = 40+157+126=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #289D7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289D7E is #D76281. Grayscale: #767676. Windows color (decimal): -14115458 or 8297768. OLE color: 8297768.
HSL color Cylindrical-coordinate representation of color #289D7E: hue angle of 164.1º 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 #289D7E is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 126 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.38 |
| HSL | 164.1º | 0.59% | 0.39% | - |
| HSV(B) | 164.1º | 0.75% | 0.62% | - |
| XYZ | 16.7 | 26.07 | 23.89 | - |
| YUV | 118.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 126 | 0.75 | 0 | 0.20 | 0.38 | 164.1 | 0.59 | 0.39 |
| Hex | 28 | 9D | 7E | 4B | 0 | 14 | 26 | A4 | 3B | 27 |
| Octal | 50 | 235 | 176 | 113 | 0 | 24 | 46 | 244 | 73 | 47 |
| Binary | 101000 | 10011101 | 1111110 | 1001011 | 0 | 10100 | 100110 | 10100100 | 111011 | 100111 |
Color Harmonies of #289D7E
Complementary color
Monochromatic Colors of #289D7E
Black with #289D7E
Text Example
Text Example
White with #289D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D7E; }
p { color: rgb(40,157,126); }
H1.HeaderClassName
{
color: #289D7E;
}
.AnyTagClassName
{
color: #289D7E;
}
</style>
background-color css
<style>
a { background-color: #289D7E; }
a { background-color: rgb(40,157,126); }
div.DivClassName
{
background-color: #289D7E;
}
.BgClassName
{
background-color: #289D7E;
}
</style>
border-color css
<style>
span { border-color: #289D7E; }
span { border-color: rgb(40,157,126); }
td.TdClassName
{
border-color: #289D7E;
}
.TagClassName
{
border-color: #289D7E;
}
</style>