Shades of Jungle Green #289C7C
Tints of Jungle Green #289C7C
RGB
CMYK
RGB Variations
Color information
#289C7C (or 0x289C7C) is known color: Jungle Green. HEX triplet: 28, 9C and 7C. RGB value is (40,156,124). Sum of RGB (Red+Green+Blue) = 40+156+124=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 156 (61.33% from 255 or 48.75% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 156 - color contains mainly: green. Hex color #289C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C7C is #D76383. Grayscale: #757575. Windows color (decimal): -14115716 or 8166440. OLE color: 8166440.
HSL color Cylindrical-coordinate representation of color #289C7C: hue angle of 163.45º 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 #289C7C is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 124 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.39 |
| HSL | 163.45º | 0.59% | 0.38% | - |
| HSV(B) | 163.45º | 0.74% | 0.61% | - |
| XYZ | 16.4 | 25.68 | 23.16 | - |
| YUV | 117.67 | 131.57 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 124 | 0.74 | 0 | 0.21 | 0.39 | 163.45 | 0.59 | 0.38 |
| Hex | 28 | 9C | 7C | 4A | 0 | 15 | 27 | A3 | 3B | 26 |
| Octal | 50 | 234 | 174 | 112 | 0 | 25 | 47 | 243 | 73 | 46 |
| Binary | 101000 | 10011100 | 1111100 | 1001010 | 0 | 10101 | 100111 | 10100011 | 111011 | 100110 |
Color Harmonies of #289C7C
Complementary color
Monochromatic Colors of #289C7C
Black with #289C7C
Text Example
Text Example
White with #289C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C7C; }
p { color: rgb(40,156,124); }
H1.HeaderClassName
{
color: #289C7C;
}
.AnyTagClassName
{
color: #289C7C;
}
</style>
background-color css
<style>
a { background-color: #289C7C; }
a { background-color: rgb(40,156,124); }
div.DivClassName
{
background-color: #289C7C;
}
.BgClassName
{
background-color: #289C7C;
}
</style>
border-color css
<style>
span { border-color: #289C7C; }
span { border-color: rgb(40,156,124); }
td.TdClassName
{
border-color: #289C7C;
}
.TagClassName
{
border-color: #289C7C;
}
</style>