Shades of Jungle Green #289D7A
Tints of Jungle Green #289D7A
RGB
CMYK
RGB Variations
Color information
#289D7A (or 0x289D7A) is known color: Jungle Green. HEX triplet: 28, 9D and 7A. RGB value is (40,157,122). Sum of RGB (Red+Green+Blue) = 40+157+122=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #289D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289D7A is #D76285. Grayscale: #767676. Windows color (decimal): -14115462 or 8035624. OLE color: 8035624.
HSL color Cylindrical-coordinate representation of color #289D7A: hue angle of 162.05º 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 #289D7A is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 157 | 122 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.38 |
| HSL | 162.05º | 0.59% | 0.39% | - |
| HSV(B) | 162.05º | 0.75% | 0.62% | - |
| XYZ | 16.44 | 25.97 | 22.56 | - |
| YUV | 118.03 | 130.24 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 157 | 122 | 0.75 | 0 | 0.22 | 0.38 | 162.05 | 0.59 | 0.39 |
| Hex | 28 | 9D | 7A | 4B | 0 | 16 | 26 | A2 | 3B | 27 |
| Octal | 50 | 235 | 172 | 113 | 0 | 26 | 46 | 242 | 73 | 47 |
| Binary | 101000 | 10011101 | 1111010 | 1001011 | 0 | 10110 | 100110 | 10100010 | 111011 | 100111 |
Color Harmonies of #289D7A
Complementary color
Monochromatic Colors of #289D7A
Black with #289D7A
Text Example
Text Example
White with #289D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289D7A; }
p { color: rgb(40,157,122); }
H1.HeaderClassName
{
color: #289D7A;
}
.AnyTagClassName
{
color: #289D7A;
}
</style>
background-color css
<style>
a { background-color: #289D7A; }
a { background-color: rgb(40,157,122); }
div.DivClassName
{
background-color: #289D7A;
}
.BgClassName
{
background-color: #289D7A;
}
</style>
border-color css
<style>
span { border-color: #289D7A; }
span { border-color: rgb(40,157,122); }
td.TdClassName
{
border-color: #289D7A;
}
.TagClassName
{
border-color: #289D7A;
}
</style>