Shades of Jungle Green #289B7D
Tints of Jungle Green #289B7D
RGB
CMYK
RGB Variations
Color information
#289B7D (or 0x289B7D) is known color: Jungle Green. HEX triplet: 28, 9B and 7D. RGB value is (40,155,125). Sum of RGB (Red+Green+Blue) = 40+155+125=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #289B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B7D is #D76482. Grayscale: #757575. Windows color (decimal): -14115971 or 8231720. OLE color: 8231720.
HSL color Cylindrical-coordinate representation of color #289B7D: hue angle of 164.35º 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 #289B7D is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 125 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.39 |
| HSL | 164.35º | 0.59% | 0.38% | - |
| HSV(B) | 164.35º | 0.74% | 0.61% | - |
| XYZ | 16.3 | 25.37 | 23.44 | - |
| YUV | 117.2 | 132.4 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 125 | 0.74 | 0 | 0.19 | 0.39 | 164.35 | 0.59 | 0.38 |
| Hex | 28 | 9B | 7D | 4A | 0 | 13 | 27 | A4 | 3B | 26 |
| Octal | 50 | 233 | 175 | 112 | 0 | 23 | 47 | 244 | 73 | 46 |
| Binary | 101000 | 10011011 | 1111101 | 1001010 | 0 | 10011 | 100111 | 10100100 | 111011 | 100110 |
Color Harmonies of #289B7D
Complementary color
Monochromatic Colors of #289B7D
Black with #289B7D
Text Example
Text Example
White with #289B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B7D; }
p { color: rgb(40,155,125); }
H1.HeaderClassName
{
color: #289B7D;
}
.AnyTagClassName
{
color: #289B7D;
}
</style>
background-color css
<style>
a { background-color: #289B7D; }
a { background-color: rgb(40,155,125); }
div.DivClassName
{
background-color: #289B7D;
}
.BgClassName
{
background-color: #289B7D;
}
</style>
border-color css
<style>
span { border-color: #289B7D; }
span { border-color: rgb(40,155,125); }
td.TdClassName
{
border-color: #289B7D;
}
.TagClassName
{
border-color: #289B7D;
}
</style>