Shades of Jungle Green #28AF89
Tints of Jungle Green #28AF89
RGB
CMYK
RGB Variations
Color information
#28AF89 (or 0x28AF89) is known color: Jungle Green. HEX triplet: 28, AF and 89. RGB value is (40,175,137). Sum of RGB (Red+Green+Blue) = 40+175+137=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF89 is #D75076. Grayscale: #828282. Windows color (decimal): -14110839 or 9023272. OLE color: 9023272.
HSL color Cylindrical-coordinate representation of color #28AF89: hue angle of 163.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF89 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 137 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.31 |
| HSL | 163.11º | 0.63% | 0.42% | - |
| HSV(B) | 163.11º | 0.77% | 0.69% | - |
| XYZ | 20.72 | 32.92 | 28.93 | - |
| YUV | 130.3 | 131.77 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 137 | 0.77 | 0 | 0.22 | 0.31 | 163.11 | 0.63 | 0.42 |
| Hex | 28 | AF | 89 | 4D | 0 | 16 | 1F | A3 | 3F | 2A |
| Octal | 50 | 257 | 211 | 115 | 0 | 26 | 37 | 243 | 77 | 52 |
| Binary | 101000 | 10101111 | 10001001 | 1001101 | 0 | 10110 | 11111 | 10100011 | 111111 | 101010 |
Color Harmonies of #28AF89
Complementary color
Monochromatic Colors of #28AF89
Black with #28AF89
Text Example
Text Example
White with #28AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF89; }
p { color: rgb(40,175,137); }
H1.HeaderClassName
{
color: #28AF89;
}
.AnyTagClassName
{
color: #28AF89;
}
</style>
background-color css
<style>
a { background-color: #28AF89; }
a { background-color: rgb(40,175,137); }
div.DivClassName
{
background-color: #28AF89;
}
.BgClassName
{
background-color: #28AF89;
}
</style>
border-color css
<style>
span { border-color: #28AF89; }
span { border-color: rgb(40,175,137); }
td.TdClassName
{
border-color: #28AF89;
}
.TagClassName
{
border-color: #28AF89;
}
</style>