Shades of Jungle Green #289C7A
Tints of Jungle Green #289C7A
RGB
CMYK
RGB Variations
Color information
#289C7A (or 0x289C7A) is known color: Jungle Green. HEX triplet: 28, 9C and 7A. RGB value is (40,156,122). Sum of RGB (Red+Green+Blue) = 40+156+122=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #289C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289C7A is #D76385. Grayscale: #757575. Windows color (decimal): -14115718 or 8035368. OLE color: 8035368.
HSL color Cylindrical-coordinate representation of color #289C7A: hue angle of 162.41º 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 #289C7A is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 122 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.39 |
| HSL | 162.41º | 0.59% | 0.38% | - |
| HSV(B) | 162.41º | 0.74% | 0.61% | - |
| XYZ | 16.28 | 25.63 | 22.5 | - |
| YUV | 117.44 | 130.57 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 122 | 0.74 | 0 | 0.22 | 0.39 | 162.41 | 0.59 | 0.38 |
| Hex | 28 | 9C | 7A | 4A | 0 | 16 | 27 | A2 | 3B | 26 |
| Octal | 50 | 234 | 172 | 112 | 0 | 26 | 47 | 242 | 73 | 46 |
| Binary | 101000 | 10011100 | 1111010 | 1001010 | 0 | 10110 | 100111 | 10100010 | 111011 | 100110 |
Color Harmonies of #289C7A
Complementary color
Monochromatic Colors of #289C7A
Black with #289C7A
Text Example
Text Example
White with #289C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C7A; }
p { color: rgb(40,156,122); }
H1.HeaderClassName
{
color: #289C7A;
}
.AnyTagClassName
{
color: #289C7A;
}
</style>
background-color css
<style>
a { background-color: #289C7A; }
a { background-color: rgb(40,156,122); }
div.DivClassName
{
background-color: #289C7A;
}
.BgClassName
{
background-color: #289C7A;
}
</style>
border-color css
<style>
span { border-color: #289C7A; }
span { border-color: rgb(40,156,122); }
td.TdClassName
{
border-color: #289C7A;
}
.TagClassName
{
border-color: #289C7A;
}
</style>