Shades of Jungle Green #289A7A
Tints of Jungle Green #289A7A
RGB
CMYK
RGB Variations
Color information
#289A7A (or 0x289A7A) is known color: Jungle Green. HEX triplet: 28, 9A and 7A. RGB value is (40,154,122). Sum of RGB (Red+Green+Blue) = 40+154+122=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #289A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289A7A is #D76585. Grayscale: #747474. Windows color (decimal): -14116230 or 8034856. OLE color: 8034856.
HSL color Cylindrical-coordinate representation of color #289A7A: hue angle of 163.16º 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 #289A7A is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 122 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.40 |
| HSL | 163.16º | 0.59% | 0.38% | - |
| HSV(B) | 163.16º | 0.74% | 0.6% | - |
| XYZ | 15.94 | 24.97 | 22.39 | - |
| YUV | 116.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 122 | 0.74 | 0 | 0.21 | 0.40 | 163.16 | 0.59 | 0.38 |
| Hex | 28 | 9A | 7A | 4A | 0 | 15 | 28 | A3 | 3B | 26 |
| Octal | 50 | 232 | 172 | 112 | 0 | 25 | 50 | 243 | 73 | 46 |
| Binary | 101000 | 10011010 | 1111010 | 1001010 | 0 | 10101 | 101000 | 10100011 | 111011 | 100110 |
Color Harmonies of #289A7A
Complementary color
Monochromatic Colors of #289A7A
Black with #289A7A
Text Example
Text Example
White with #289A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A7A; }
p { color: rgb(40,154,122); }
H1.HeaderClassName
{
color: #289A7A;
}
.AnyTagClassName
{
color: #289A7A;
}
</style>
background-color css
<style>
a { background-color: #289A7A; }
a { background-color: rgb(40,154,122); }
div.DivClassName
{
background-color: #289A7A;
}
.BgClassName
{
background-color: #289A7A;
}
</style>
border-color css
<style>
span { border-color: #289A7A; }
span { border-color: rgb(40,154,122); }
td.TdClassName
{
border-color: #289A7A;
}
.TagClassName
{
border-color: #289A7A;
}
</style>