Shades of Jungle Green #28A280
Tints of Jungle Green #28A280
RGB
CMYK
RGB Variations
Color information
#28A280 (or 0x28A280) is known color: Jungle Green. HEX triplet: 28, A2 and 80. RGB value is (40,162,128). Sum of RGB (Red+Green+Blue) = 40+162+128=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #28A280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A280 is #D75D7F. Grayscale: #797979. Windows color (decimal): -14114176 or 8430120. OLE color: 8430120.
HSL color Cylindrical-coordinate representation of color #28A280: hue angle of 163.28º degrees, saturation: 0.6, 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 #28A280 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 128 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.36 |
| HSL | 163.28º | 0.6% | 0.4% | - |
| HSV(B) | 163.28º | 0.75% | 0.64% | - |
| XYZ | 17.69 | 27.85 | 24.87 | - |
| YUV | 121.65 | 131.58 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 128 | 0.75 | 0 | 0.21 | 0.36 | 163.28 | 0.6 | 0.4 |
| Hex | 28 | A2 | 80 | 4B | 0 | 15 | 24 | A3 | 3C | 28 |
| Octal | 50 | 242 | 200 | 113 | 0 | 25 | 44 | 243 | 74 | 50 |
| Binary | 101000 | 10100010 | 10000000 | 1001011 | 0 | 10101 | 100100 | 10100011 | 111100 | 101000 |
Color Harmonies of #28A280
Complementary color
Monochromatic Colors of #28A280
Black with #28A280
Text Example
Text Example
White with #28A280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A280; }
p { color: rgb(40,162,128); }
H1.HeaderClassName
{
color: #28A280;
}
.AnyTagClassName
{
color: #28A280;
}
</style>
background-color css
<style>
a { background-color: #28A280; }
a { background-color: rgb(40,162,128); }
div.DivClassName
{
background-color: #28A280;
}
.BgClassName
{
background-color: #28A280;
}
</style>
border-color css
<style>
span { border-color: #28A280; }
span { border-color: rgb(40,162,128); }
td.TdClassName
{
border-color: #28A280;
}
.TagClassName
{
border-color: #28A280;
}
</style>