Shades of Jungle Green #289A77
Tints of Jungle Green #289A77
RGB
CMYK
RGB Variations
Color information
#289A77 (or 0x289A77) is known color: Jungle Green. HEX triplet: 28, 9A and 77. RGB value is (40,154,119). Sum of RGB (Red+Green+Blue) = 40+154+119=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #289A77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289A77 is #D76588. Grayscale: #737373. Windows color (decimal): -14116233 or 7838248. OLE color: 7838248.
HSL color Cylindrical-coordinate representation of color #289A77: hue angle of 161.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289A77 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 119 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.40 |
| HSL | 161.58º | 0.59% | 0.38% | - |
| HSV(B) | 161.58º | 0.74% | 0.6% | - |
| XYZ | 15.76 | 24.89 | 21.43 | - |
| YUV | 115.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 119 | 0.74 | 0 | 0.23 | 0.40 | 161.58 | 0.59 | 0.38 |
| Hex | 28 | 9A | 77 | 4A | 0 | 17 | 28 | A2 | 3B | 26 |
| Octal | 50 | 232 | 167 | 112 | 0 | 27 | 50 | 242 | 73 | 46 |
| Binary | 101000 | 10011010 | 1110111 | 1001010 | 0 | 10111 | 101000 | 10100010 | 111011 | 100110 |
Color Harmonies of #289A77
Complementary color
Monochromatic Colors of #289A77
Black with #289A77
Text Example
Text Example
White with #289A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A77; }
p { color: rgb(40,154,119); }
H1.HeaderClassName
{
color: #289A77;
}
.AnyTagClassName
{
color: #289A77;
}
</style>
background-color css
<style>
a { background-color: #289A77; }
a { background-color: rgb(40,154,119); }
div.DivClassName
{
background-color: #289A77;
}
.BgClassName
{
background-color: #289A77;
}
</style>
border-color css
<style>
span { border-color: #289A77; }
span { border-color: rgb(40,154,119); }
td.TdClassName
{
border-color: #289A77;
}
.TagClassName
{
border-color: #289A77;
}
</style>