Shades of Jungle Green #289B7B
Tints of Jungle Green #289B7B
RGB
CMYK
RGB Variations
Color information
#289B7B (or 0x289B7B) is known color: Jungle Green. HEX triplet: 28, 9B and 7B. RGB value is (40,155,123). Sum of RGB (Red+Green+Blue) = 40+155+123=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #289B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B7B is #D76484. Grayscale: #747474. Windows color (decimal): -14115973 or 8100648. OLE color: 8100648.
HSL color Cylindrical-coordinate representation of color #289B7B: hue angle of 163.3º 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 #289B7B is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 123 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.39 |
| HSL | 163.3º | 0.59% | 0.38% | - |
| HSV(B) | 163.3º | 0.74% | 0.61% | - |
| XYZ | 16.17 | 25.32 | 22.77 | - |
| YUV | 116.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 123 | 0.74 | 0 | 0.21 | 0.39 | 163.3 | 0.59 | 0.38 |
| Hex | 28 | 9B | 7B | 4A | 0 | 15 | 27 | A3 | 3B | 26 |
| Octal | 50 | 233 | 173 | 112 | 0 | 25 | 47 | 243 | 73 | 46 |
| Binary | 101000 | 10011011 | 1111011 | 1001010 | 0 | 10101 | 100111 | 10100011 | 111011 | 100110 |
Color Harmonies of #289B7B
Complementary color
Monochromatic Colors of #289B7B
Black with #289B7B
Text Example
Text Example
White with #289B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B7B; }
p { color: rgb(40,155,123); }
H1.HeaderClassName
{
color: #289B7B;
}
.AnyTagClassName
{
color: #289B7B;
}
</style>
background-color css
<style>
a { background-color: #289B7B; }
a { background-color: rgb(40,155,123); }
div.DivClassName
{
background-color: #289B7B;
}
.BgClassName
{
background-color: #289B7B;
}
</style>
border-color css
<style>
span { border-color: #289B7B; }
span { border-color: rgb(40,155,123); }
td.TdClassName
{
border-color: #289B7B;
}
.TagClassName
{
border-color: #289B7B;
}
</style>