Shades of Jungle Green #289C80
Tints of Jungle Green #289C80
RGB
CMYK
RGB Variations
Color information
#289C80 (or 0x289C80) is known color: Jungle Green. HEX triplet: 28, 9C and 80. RGB value is (40,156,128). Sum of RGB (Red+Green+Blue) = 40+156+128=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #289C80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289C80 is #D7637F. Grayscale: #767676. Windows color (decimal): -14115712 or 8428584. OLE color: 8428584.
HSL color Cylindrical-coordinate representation of color #289C80: hue angle of 165.52º 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 #289C80 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 156 | 128 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.39 |
| HSL | 165.52º | 0.59% | 0.38% | - |
| HSV(B) | 165.52º | 0.74% | 0.61% | - |
| XYZ | 16.66 | 25.79 | 24.52 | - |
| YUV | 118.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 156 | 128 | 0.74 | 0 | 0.18 | 0.39 | 165.52 | 0.59 | 0.38 |
| Hex | 28 | 9C | 80 | 4A | 0 | 12 | 27 | A6 | 3B | 26 |
| Octal | 50 | 234 | 200 | 112 | 0 | 22 | 47 | 246 | 73 | 46 |
| Binary | 101000 | 10011100 | 10000000 | 1001010 | 0 | 10010 | 100111 | 10100110 | 111011 | 100110 |
Color Harmonies of #289C80
Complementary color
Monochromatic Colors of #289C80
Black with #289C80
Text Example
Text Example
White with #289C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289C80; }
p { color: rgb(40,156,128); }
H1.HeaderClassName
{
color: #289C80;
}
.AnyTagClassName
{
color: #289C80;
}
</style>
background-color css
<style>
a { background-color: #289C80; }
a { background-color: rgb(40,156,128); }
div.DivClassName
{
background-color: #289C80;
}
.BgClassName
{
background-color: #289C80;
}
</style>
border-color css
<style>
span { border-color: #289C80; }
span { border-color: rgb(40,156,128); }
td.TdClassName
{
border-color: #289C80;
}
.TagClassName
{
border-color: #289C80;
}
</style>