Shades of Jungle Green #28AA84
Tints of Jungle Green #28AA84
RGB
CMYK
RGB Variations
Color information
#28AA84 (or 0x28AA84) is known color: Jungle Green. HEX triplet: 28, AA and 84. RGB value is (40,170,132). Sum of RGB (Red+Green+Blue) = 40+170+132=342 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.70% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA84 is #D7557B. Grayscale: #7E7E7E. Windows color (decimal): -14112124 or 8694312. OLE color: 8694312.
HSL color Cylindrical-coordinate representation of color #28AA84: hue angle of 162.46º 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 #28AA84 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 132 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.33 |
| HSL | 162.46º | 0.62% | 0.41% | - |
| HSV(B) | 162.46º | 0.76% | 0.67% | - |
| XYZ | 19.41 | 30.87 | 26.76 | - |
| YUV | 126.8 | 130.93 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 132 | 0.76 | 0 | 0.22 | 0.33 | 162.46 | 0.62 | 0.41 |
| Hex | 28 | AA | 84 | 4C | 0 | 16 | 21 | A2 | 3E | 29 |
| Octal | 50 | 252 | 204 | 114 | 0 | 26 | 41 | 242 | 76 | 51 |
| Binary | 101000 | 10101010 | 10000100 | 1001100 | 0 | 10110 | 100001 | 10100010 | 111110 | 101001 |
Color Harmonies of #28AA84
Complementary color
Monochromatic Colors of #28AA84
Black with #28AA84
Text Example
Text Example
White with #28AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA84; }
p { color: rgb(40,170,132); }
H1.HeaderClassName
{
color: #28AA84;
}
.AnyTagClassName
{
color: #28AA84;
}
</style>
background-color css
<style>
a { background-color: #28AA84; }
a { background-color: rgb(40,170,132); }
div.DivClassName
{
background-color: #28AA84;
}
.BgClassName
{
background-color: #28AA84;
}
</style>
border-color css
<style>
span { border-color: #28AA84; }
span { border-color: rgb(40,170,132); }
td.TdClassName
{
border-color: #28AA84;
}
.TagClassName
{
border-color: #28AA84;
}
</style>