Shades of Jungle Green #28AC81
Tints of Jungle Green #28AC81
RGB
CMYK
RGB Variations
Color information
#28AC81 (or 0x28AC81) is known color: Jungle Green. HEX triplet: 28, AC and 81. RGB value is (40,172,129). Sum of RGB (Red+Green+Blue) = 40+172+129=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC81 is #D7537E. Grayscale: #7F7F7F. Windows color (decimal): -14111615 or 8498216. OLE color: 8498216.
HSL color Cylindrical-coordinate representation of color #28AC81: hue angle of 160.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC81 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 129 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.33 |
| HSL | 160.45º | 0.62% | 0.42% | - |
| HSV(B) | 160.45º | 0.77% | 0.67% | - |
| XYZ | 19.59 | 31.54 | 25.82 | - |
| YUV | 127.63 | 128.77 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 129 | 0.77 | 0 | 0.25 | 0.33 | 160.45 | 0.62 | 0.42 |
| Hex | 28 | AC | 81 | 4D | 0 | 19 | 21 | A0 | 3E | 2A |
| Octal | 50 | 254 | 201 | 115 | 0 | 31 | 41 | 240 | 76 | 52 |
| Binary | 101000 | 10101100 | 10000001 | 1001101 | 0 | 11001 | 100001 | 10100000 | 111110 | 101010 |
Color Harmonies of #28AC81
Complementary color
Monochromatic Colors of #28AC81
Black with #28AC81
Text Example
Text Example
White with #28AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC81; }
p { color: rgb(40,172,129); }
H1.HeaderClassName
{
color: #28AC81;
}
.AnyTagClassName
{
color: #28AC81;
}
</style>
background-color css
<style>
a { background-color: #28AC81; }
a { background-color: rgb(40,172,129); }
div.DivClassName
{
background-color: #28AC81;
}
.BgClassName
{
background-color: #28AC81;
}
</style>
border-color css
<style>
span { border-color: #28AC81; }
span { border-color: rgb(40,172,129); }
td.TdClassName
{
border-color: #28AC81;
}
.TagClassName
{
border-color: #28AC81;
}
</style>