Shades of Jungle Green #28A678
Tints of Jungle Green #28A678
RGB
CMYK
RGB Variations
Color information
#28A678 (or 0x28A678) is known color: Jungle Green. HEX triplet: 28, A6 and 78. RGB value is (40,166,120). Sum of RGB (Red+Green+Blue) = 40+166+120=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #28A678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A678 is #D75987. Grayscale: #7B7B7B. Windows color (decimal): -14113160 or 7906856. OLE color: 7906856.
HSL color Cylindrical-coordinate representation of color #28A678: hue angle of 158.1º 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 #28A678 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 120 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.35 |
| HSL | 158.1º | 0.61% | 0.4% | - |
| HSV(B) | 158.1º | 0.76% | 0.65% | - |
| XYZ | 17.9 | 29.08 | 22.44 | - |
| YUV | 123.08 | 126.26 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 120 | 0.76 | 0 | 0.28 | 0.35 | 158.1 | 0.61 | 0.4 |
| Hex | 28 | A6 | 78 | 4C | 0 | 1C | 23 | 9E | 3D | 28 |
| Octal | 50 | 246 | 170 | 114 | 0 | 34 | 43 | 236 | 75 | 50 |
| Binary | 101000 | 10100110 | 1111000 | 1001100 | 0 | 11100 | 100011 | 10011110 | 111101 | 101000 |
Color Harmonies of #28A678
Complementary color
Monochromatic Colors of #28A678
Black with #28A678
Text Example
Text Example
White with #28A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A678; }
p { color: rgb(40,166,120); }
H1.HeaderClassName
{
color: #28A678;
}
.AnyTagClassName
{
color: #28A678;
}
</style>
background-color css
<style>
a { background-color: #28A678; }
a { background-color: rgb(40,166,120); }
div.DivClassName
{
background-color: #28A678;
}
.BgClassName
{
background-color: #28A678;
}
</style>
border-color css
<style>
span { border-color: #28A678; }
span { border-color: rgb(40,166,120); }
td.TdClassName
{
border-color: #28A678;
}
.TagClassName
{
border-color: #28A678;
}
</style>