Shades of Jungle Green #28AA73
Tints of Jungle Green #28AA73
RGB
CMYK
RGB Variations
Color information
#28AA73 (or 0x28AA73) is known color: Jungle Green. HEX triplet: 28, AA and 73. RGB value is (40,170,115). Sum of RGB (Red+Green+Blue) = 40+170+115=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA73 is #D7558C. Grayscale: #7C7C7C. Windows color (decimal): -14112141 or 7580200. OLE color: 7580200.
HSL color Cylindrical-coordinate representation of color #28AA73: hue angle of 154.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA73 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 115 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.33 |
| HSL | 154.62º | 0.62% | 0.41% | - |
| HSV(B) | 154.62º | 0.76% | 0.67% | - |
| XYZ | 18.34 | 30.44 | 21.13 | - |
| YUV | 124.86 | 122.43 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 115 | 0.76 | 0 | 0.32 | 0.33 | 154.62 | 0.62 | 0.41 |
| Hex | 28 | AA | 73 | 4C | 0 | 20 | 21 | 9B | 3E | 29 |
| Octal | 50 | 252 | 163 | 114 | 0 | 40 | 41 | 233 | 76 | 51 |
| Binary | 101000 | 10101010 | 1110011 | 1001100 | 0 | 100000 | 100001 | 10011011 | 111110 | 101001 |
Color Harmonies of #28AA73
Complementary color
Monochromatic Colors of #28AA73
Black with #28AA73
Text Example
Text Example
White with #28AA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA73; }
p { color: rgb(40,170,115); }
H1.HeaderClassName
{
color: #28AA73;
}
.AnyTagClassName
{
color: #28AA73;
}
</style>
background-color css
<style>
a { background-color: #28AA73; }
a { background-color: rgb(40,170,115); }
div.DivClassName
{
background-color: #28AA73;
}
.BgClassName
{
background-color: #28AA73;
}
</style>
border-color css
<style>
span { border-color: #28AA73; }
span { border-color: rgb(40,170,115); }
td.TdClassName
{
border-color: #28AA73;
}
.TagClassName
{
border-color: #28AA73;
}
</style>