Shades of Jungle Green #28AC75
Tints of Jungle Green #28AC75
RGB
CMYK
RGB Variations
Color information
#28AC75 (or 0x28AC75) is known color: Jungle Green. HEX triplet: 28, AC and 75. RGB value is (40,172,117). Sum of RGB (Red+Green+Blue) = 40+172+117=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC75 is #D7538A. Grayscale: #7E7E7E. Windows color (decimal): -14111627 or 7711784. OLE color: 7711784.
HSL color Cylindrical-coordinate representation of color #28AC75: hue angle of 155º 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 #28AC75 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 117 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.33 |
| HSL | 155º | 0.62% | 0.42% | - |
| HSV(B) | 155º | 0.77% | 0.67% | - |
| XYZ | 18.84 | 31.24 | 21.87 | - |
| YUV | 126.26 | 122.77 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 117 | 0.77 | 0 | 0.32 | 0.33 | 155 | 0.62 | 0.42 |
| Hex | 28 | AC | 75 | 4D | 0 | 20 | 21 | 9B | 3E | 2A |
| Octal | 50 | 254 | 165 | 115 | 0 | 40 | 41 | 233 | 76 | 52 |
| Binary | 101000 | 10101100 | 1110101 | 1001101 | 0 | 100000 | 100001 | 10011011 | 111110 | 101010 |
Color Harmonies of #28AC75
Complementary color
Monochromatic Colors of #28AC75
Black with #28AC75
Text Example
Text Example
White with #28AC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC75; }
p { color: rgb(40,172,117); }
H1.HeaderClassName
{
color: #28AC75;
}
.AnyTagClassName
{
color: #28AC75;
}
</style>
background-color css
<style>
a { background-color: #28AC75; }
a { background-color: rgb(40,172,117); }
div.DivClassName
{
background-color: #28AC75;
}
.BgClassName
{
background-color: #28AC75;
}
</style>
border-color css
<style>
span { border-color: #28AC75; }
span { border-color: rgb(40,172,117); }
td.TdClassName
{
border-color: #28AC75;
}
.TagClassName
{
border-color: #28AC75;
}
</style>