Shades of Jungle Green #289B7E
Tints of Jungle Green #289B7E
RGB
CMYK
RGB Variations
Color information
#289B7E (or 0x289B7E) is known color: Jungle Green. HEX triplet: 28, 9B and 7E. RGB value is (40,155,126). Sum of RGB (Red+Green+Blue) = 40+155+126=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #289B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B7E is #D76481. Grayscale: #757575. Windows color (decimal): -14115970 or 8297256. OLE color: 8297256.
HSL color Cylindrical-coordinate representation of color #289B7E: hue angle of 164.87º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B7E is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 126 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.39 |
| HSL | 164.87º | 0.59% | 0.38% | - |
| HSV(B) | 164.87º | 0.74% | 0.61% | - |
| XYZ | 16.36 | 25.4 | 23.78 | - |
| YUV | 117.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 126 | 0.74 | 0 | 0.19 | 0.39 | 164.87 | 0.59 | 0.38 |
| Hex | 28 | 9B | 7E | 4A | 0 | 13 | 27 | A5 | 3B | 26 |
| Octal | 50 | 233 | 176 | 112 | 0 | 23 | 47 | 245 | 73 | 46 |
| Binary | 101000 | 10011011 | 1111110 | 1001010 | 0 | 10011 | 100111 | 10100101 | 111011 | 100110 |
Color Harmonies of #289B7E
Complementary color
Monochromatic Colors of #289B7E
Black with #289B7E
Text Example
Text Example
White with #289B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B7E; }
p { color: rgb(40,155,126); }
H1.HeaderClassName
{
color: #289B7E;
}
.AnyTagClassName
{
color: #289B7E;
}
</style>
background-color css
<style>
a { background-color: #289B7E; }
a { background-color: rgb(40,155,126); }
div.DivClassName
{
background-color: #289B7E;
}
.BgClassName
{
background-color: #289B7E;
}
</style>
border-color css
<style>
span { border-color: #289B7E; }
span { border-color: rgb(40,155,126); }
td.TdClassName
{
border-color: #289B7E;
}
.TagClassName
{
border-color: #289B7E;
}
</style>