Shades of Jungle Green #28A37D
Tints of Jungle Green #28A37D
RGB
CMYK
RGB Variations
Color information
#28A37D (or 0x28A37D) is known color: Jungle Green. HEX triplet: 28, A3 and 7D. RGB value is (40,163,125). Sum of RGB (Red+Green+Blue) = 40+163+125=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #28A37D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A37D is #D75C82. Grayscale: #797979. Windows color (decimal): -14113923 or 8233768. OLE color: 8233768.
HSL color Cylindrical-coordinate representation of color #28A37D: hue angle of 161.46º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A37D is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 125 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.36 |
| HSL | 161.46º | 0.61% | 0.4% | - |
| HSV(B) | 161.46º | 0.75% | 0.64% | - |
| XYZ | 17.67 | 28.13 | 23.9 | - |
| YUV | 121.89 | 129.75 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 125 | 0.75 | 0 | 0.23 | 0.36 | 161.46 | 0.61 | 0.4 |
| Hex | 28 | A3 | 7D | 4B | 0 | 17 | 24 | A1 | 3D | 28 |
| Octal | 50 | 243 | 175 | 113 | 0 | 27 | 44 | 241 | 75 | 50 |
| Binary | 101000 | 10100011 | 1111101 | 1001011 | 0 | 10111 | 100100 | 10100001 | 111101 | 101000 |
Color Harmonies of #28A37D
Complementary color
Monochromatic Colors of #28A37D
Black with #28A37D
Text Example
Text Example
White with #28A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A37D; }
p { color: rgb(40,163,125); }
H1.HeaderClassName
{
color: #28A37D;
}
.AnyTagClassName
{
color: #28A37D;
}
</style>
background-color css
<style>
a { background-color: #28A37D; }
a { background-color: rgb(40,163,125); }
div.DivClassName
{
background-color: #28A37D;
}
.BgClassName
{
background-color: #28A37D;
}
</style>
border-color css
<style>
span { border-color: #28A37D; }
span { border-color: rgb(40,163,125); }
td.TdClassName
{
border-color: #28A37D;
}
.TagClassName
{
border-color: #28A37D;
}
</style>