Shades of Jungle Green #28A67C
Tints of Jungle Green #28A67C
RGB
CMYK
RGB Variations
Color information
#28A67C (or 0x28A67C) is known color: Jungle Green. HEX triplet: 28, A6 and 7C. RGB value is (40,166,124). Sum of RGB (Red+Green+Blue) = 40+166+124=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #28A67C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A67C is #D75983. Grayscale: #7B7B7B. Windows color (decimal): -14113156 or 8169000. OLE color: 8169000.
HSL color Cylindrical-coordinate representation of color #28A67C: hue angle of 160º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A67C is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 124 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.35 |
| HSL | 160º | 0.61% | 0.4% | - |
| HSV(B) | 160º | 0.76% | 0.65% | - |
| XYZ | 18.15 | 29.18 | 23.74 | - |
| YUV | 123.54 | 128.26 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 124 | 0.76 | 0 | 0.25 | 0.35 | 160 | 0.61 | 0.4 |
| Hex | 28 | A6 | 7C | 4C | 0 | 19 | 23 | A0 | 3D | 28 |
| Octal | 50 | 246 | 174 | 114 | 0 | 31 | 43 | 240 | 75 | 50 |
| Binary | 101000 | 10100110 | 1111100 | 1001100 | 0 | 11001 | 100011 | 10100000 | 111101 | 101000 |
Color Harmonies of #28A67C
Complementary color
Monochromatic Colors of #28A67C
Black with #28A67C
Text Example
Text Example
White with #28A67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A67C; }
p { color: rgb(40,166,124); }
H1.HeaderClassName
{
color: #28A67C;
}
.AnyTagClassName
{
color: #28A67C;
}
</style>
background-color css
<style>
a { background-color: #28A67C; }
a { background-color: rgb(40,166,124); }
div.DivClassName
{
background-color: #28A67C;
}
.BgClassName
{
background-color: #28A67C;
}
</style>
border-color css
<style>
span { border-color: #28A67C; }
span { border-color: rgb(40,166,124); }
td.TdClassName
{
border-color: #28A67C;
}
.TagClassName
{
border-color: #28A67C;
}
</style>