Shades of Jungle Green #28A17C
Tints of Jungle Green #28A17C
RGB
CMYK
RGB Variations
Color information
#28A17C (or 0x28A17C) is known color: Jungle Green. HEX triplet: 28, A1 and 7C. RGB value is (40,161,124). Sum of RGB (Red+Green+Blue) = 40+161+124=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #28A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A17C is #D75E83. Grayscale: #787878. Windows color (decimal): -14114436 or 8167720. OLE color: 8167720.
HSL color Cylindrical-coordinate representation of color #28A17C: hue angle of 161.65º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A17C is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 161 | 124 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.37 |
| HSL | 161.65º | 0.6% | 0.39% | - |
| HSV(B) | 161.65º | 0.75% | 0.63% | - |
| XYZ | 17.26 | 27.4 | 23.45 | - |
| YUV | 120.6 | 129.91 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 124 | 0.75 | 0 | 0.23 | 0.37 | 161.65 | 0.6 | 0.39 |
| Hex | 28 | A1 | 7C | 4B | 0 | 17 | 25 | A2 | 3C | 27 |
| Octal | 50 | 241 | 174 | 113 | 0 | 27 | 45 | 242 | 74 | 47 |
| Binary | 101000 | 10100001 | 1111100 | 1001011 | 0 | 10111 | 100101 | 10100010 | 111100 | 100111 |
Color Harmonies of #28A17C
Complementary color
Monochromatic Colors of #28A17C
Black with #28A17C
Text Example
Text Example
White with #28A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A17C; }
p { color: rgb(40,161,124); }
H1.HeaderClassName
{
color: #28A17C;
}
.AnyTagClassName
{
color: #28A17C;
}
</style>
background-color css
<style>
a { background-color: #28A17C; }
a { background-color: rgb(40,161,124); }
div.DivClassName
{
background-color: #28A17C;
}
.BgClassName
{
background-color: #28A17C;
}
</style>
border-color css
<style>
span { border-color: #28A17C; }
span { border-color: rgb(40,161,124); }
td.TdClassName
{
border-color: #28A17C;
}
.TagClassName
{
border-color: #28A17C;
}
</style>