Shades of Jungle Green #28AB87
Tints of Jungle Green #28AB87
RGB
CMYK
RGB Variations
Color information
#28AB87 (or 0x28AB87) is known color: Jungle Green. HEX triplet: 28, AB and 87. RGB value is (40,171,135). Sum of RGB (Red+Green+Blue) = 40+171+135=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB87 is #D75478. Grayscale: #7F7F7F. Windows color (decimal): -14111865 or 8891176. OLE color: 8891176.
HSL color Cylindrical-coordinate representation of color #28AB87: hue angle of 163.51º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB87 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 135 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.33 |
| HSL | 163.51º | 0.62% | 0.41% | - |
| HSV(B) | 163.51º | 0.77% | 0.67% | - |
| XYZ | 19.81 | 31.33 | 27.92 | - |
| YUV | 127.73 | 132.1 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 135 | 0.77 | 0 | 0.21 | 0.33 | 163.51 | 0.62 | 0.41 |
| Hex | 28 | AB | 87 | 4D | 0 | 15 | 21 | A4 | 3E | 29 |
| Octal | 50 | 253 | 207 | 115 | 0 | 25 | 41 | 244 | 76 | 51 |
| Binary | 101000 | 10101011 | 10000111 | 1001101 | 0 | 10101 | 100001 | 10100100 | 111110 | 101001 |
Color Harmonies of #28AB87
Complementary color
Monochromatic Colors of #28AB87
Black with #28AB87
Text Example
Text Example
White with #28AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB87; }
p { color: rgb(40,171,135); }
H1.HeaderClassName
{
color: #28AB87;
}
.AnyTagClassName
{
color: #28AB87;
}
</style>
background-color css
<style>
a { background-color: #28AB87; }
a { background-color: rgb(40,171,135); }
div.DivClassName
{
background-color: #28AB87;
}
.BgClassName
{
background-color: #28AB87;
}
</style>
border-color css
<style>
span { border-color: #28AB87; }
span { border-color: rgb(40,171,135); }
td.TdClassName
{
border-color: #28AB87;
}
.TagClassName
{
border-color: #28AB87;
}
</style>