Shades of Jungle Green #289B76
Tints of Jungle Green #289B76
RGB
CMYK
RGB Variations
Color information
#289B76 (or 0x289B76) is known color: Jungle Green. HEX triplet: 28, 9B and 76. RGB value is (40,155,118). Sum of RGB (Red+Green+Blue) = 40+155+118=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 155 - color contains mainly: green. Hex color #289B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B76 is #D76489. Grayscale: #747474. Windows color (decimal): -14115978 or 7772968. OLE color: 7772968.
HSL color Cylindrical-coordinate representation of color #289B76: hue angle of 160.7º 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 #289B76 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 118 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.39 |
| HSL | 160.7º | 0.59% | 0.38% | - |
| HSV(B) | 160.7º | 0.74% | 0.61% | - |
| XYZ | 15.87 | 25.2 | 21.17 | - |
| YUV | 116.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 118 | 0.74 | 0 | 0.24 | 0.39 | 160.7 | 0.59 | 0.38 |
| Hex | 28 | 9B | 76 | 4A | 0 | 18 | 27 | A1 | 3B | 26 |
| Octal | 50 | 233 | 166 | 112 | 0 | 30 | 47 | 241 | 73 | 46 |
| Binary | 101000 | 10011011 | 1110110 | 1001010 | 0 | 11000 | 100111 | 10100001 | 111011 | 100110 |
Color Harmonies of #289B76
Complementary color
Monochromatic Colors of #289B76
Black with #289B76
Text Example
Text Example
White with #289B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B76; }
p { color: rgb(40,155,118); }
H1.HeaderClassName
{
color: #289B76;
}
.AnyTagClassName
{
color: #289B76;
}
</style>
background-color css
<style>
a { background-color: #289B76; }
a { background-color: rgb(40,155,118); }
div.DivClassName
{
background-color: #289B76;
}
.BgClassName
{
background-color: #289B76;
}
</style>
border-color css
<style>
span { border-color: #289B76; }
span { border-color: rgb(40,155,118); }
td.TdClassName
{
border-color: #289B76;
}
.TagClassName
{
border-color: #289B76;
}
</style>