Shades of Jungle Green #28AC85
Tints of Jungle Green #28AC85
RGB
CMYK
RGB Variations
Color information
#28AC85 (or 0x28AC85) is known color: Jungle Green. HEX triplet: 28, AC and 85. RGB value is (40,172,133). Sum of RGB (Red+Green+Blue) = 40+172+133=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC85 is #D7537A. Grayscale: #808080. Windows color (decimal): -14111611 or 8760360. OLE color: 8760360.
HSL color Cylindrical-coordinate representation of color #28AC85: hue angle of 162.27º 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 #28AC85 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 133 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.33 |
| HSL | 162.27º | 0.62% | 0.42% | - |
| HSV(B) | 162.27º | 0.77% | 0.67% | - |
| XYZ | 19.86 | 31.65 | 27.25 | - |
| YUV | 128.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 133 | 0.77 | 0 | 0.23 | 0.33 | 162.27 | 0.62 | 0.42 |
| Hex | 28 | AC | 85 | 4D | 0 | 17 | 21 | A2 | 3E | 2A |
| Octal | 50 | 254 | 205 | 115 | 0 | 27 | 41 | 242 | 76 | 52 |
| Binary | 101000 | 10101100 | 10000101 | 1001101 | 0 | 10111 | 100001 | 10100010 | 111110 | 101010 |
Color Harmonies of #28AC85
Complementary color
Monochromatic Colors of #28AC85
Black with #28AC85
Text Example
Text Example
White with #28AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC85; }
p { color: rgb(40,172,133); }
H1.HeaderClassName
{
color: #28AC85;
}
.AnyTagClassName
{
color: #28AC85;
}
</style>
background-color css
<style>
a { background-color: #28AC85; }
a { background-color: rgb(40,172,133); }
div.DivClassName
{
background-color: #28AC85;
}
.BgClassName
{
background-color: #28AC85;
}
</style>
border-color css
<style>
span { border-color: #28AC85; }
span { border-color: rgb(40,172,133); }
td.TdClassName
{
border-color: #28AC85;
}
.TagClassName
{
border-color: #28AC85;
}
</style>