Shades of Jungle Green #28A577
Tints of Jungle Green #28A577
RGB
CMYK
RGB Variations
Color information
#28A577 (or 0x28A577) is known color: Jungle Green. HEX triplet: 28, A5 and 77. RGB value is (40,165,119). Sum of RGB (Red+Green+Blue) = 40+165+119=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #28A577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A577 is #D75A88. Grayscale: #7A7A7A. Windows color (decimal): -14113417 or 7841064. OLE color: 7841064.
HSL color Cylindrical-coordinate representation of color #28A577: hue angle of 157.92º 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 #28A577 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 119 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.35 |
| HSL | 157.92º | 0.61% | 0.4% | - |
| HSV(B) | 157.92º | 0.76% | 0.65% | - |
| XYZ | 17.66 | 28.69 | 22.06 | - |
| YUV | 122.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 119 | 0.76 | 0 | 0.28 | 0.35 | 157.92 | 0.61 | 0.4 |
| Hex | 28 | A5 | 77 | 4C | 0 | 1C | 23 | 9E | 3D | 28 |
| Octal | 50 | 245 | 167 | 114 | 0 | 34 | 43 | 236 | 75 | 50 |
| Binary | 101000 | 10100101 | 1110111 | 1001100 | 0 | 11100 | 100011 | 10011110 | 111101 | 101000 |
Color Harmonies of #28A577
Complementary color
Monochromatic Colors of #28A577
Black with #28A577
Text Example
Text Example
White with #28A577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A577; }
p { color: rgb(40,165,119); }
H1.HeaderClassName
{
color: #28A577;
}
.AnyTagClassName
{
color: #28A577;
}
</style>
background-color css
<style>
a { background-color: #28A577; }
a { background-color: rgb(40,165,119); }
div.DivClassName
{
background-color: #28A577;
}
.BgClassName
{
background-color: #28A577;
}
</style>
border-color css
<style>
span { border-color: #28A577; }
span { border-color: rgb(40,165,119); }
td.TdClassName
{
border-color: #28A577;
}
.TagClassName
{
border-color: #28A577;
}
</style>