Shades of Jungle Green #28AA88
Tints of Jungle Green #28AA88
RGB
CMYK
RGB Variations
Color information
#28AA88 (or 0x28AA88) is known color: Jungle Green. HEX triplet: 28, AA and 88. RGB value is (40,170,136). Sum of RGB (Red+Green+Blue) = 40+170+136=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA88 is #D75577. Grayscale: #7F7F7F. Windows color (decimal): -14112120 or 8956456. OLE color: 8956456.
HSL color Cylindrical-coordinate representation of color #28AA88: hue angle of 164.31º 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 #28AA88 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 136 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.33 |
| HSL | 164.31º | 0.62% | 0.41% | - |
| HSV(B) | 164.31º | 0.76% | 0.67% | - |
| XYZ | 19.69 | 30.98 | 28.23 | - |
| YUV | 127.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 136 | 0.76 | 0 | 0.20 | 0.33 | 164.31 | 0.62 | 0.41 |
| Hex | 28 | AA | 88 | 4C | 0 | 14 | 21 | A4 | 3E | 29 |
| Octal | 50 | 252 | 210 | 114 | 0 | 24 | 41 | 244 | 76 | 51 |
| Binary | 101000 | 10101010 | 10001000 | 1001100 | 0 | 10100 | 100001 | 10100100 | 111110 | 101001 |
Color Harmonies of #28AA88
Complementary color
Monochromatic Colors of #28AA88
Black with #28AA88
Text Example
Text Example
White with #28AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA88; }
p { color: rgb(40,170,136); }
H1.HeaderClassName
{
color: #28AA88;
}
.AnyTagClassName
{
color: #28AA88;
}
</style>
background-color css
<style>
a { background-color: #28AA88; }
a { background-color: rgb(40,170,136); }
div.DivClassName
{
background-color: #28AA88;
}
.BgClassName
{
background-color: #28AA88;
}
</style>
border-color css
<style>
span { border-color: #28AA88; }
span { border-color: rgb(40,170,136); }
td.TdClassName
{
border-color: #28AA88;
}
.TagClassName
{
border-color: #28AA88;
}
</style>