Shades of Jungle Green #28A777
Tints of Jungle Green #28A777
RGB
CMYK
RGB Variations
Color information
#28A777 (or 0x28A777) is known color: Jungle Green. HEX triplet: 28, A7 and 77. RGB value is (40,167,119). Sum of RGB (Red+Green+Blue) = 40+167+119=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #28A777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A777 is #D75888. Grayscale: #7B7B7B. Windows color (decimal): -14112905 or 7841576. OLE color: 7841576.
HSL color Cylindrical-coordinate representation of color #28A777: hue angle of 157.32º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A777 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 119 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.35 |
| HSL | 157.32º | 0.61% | 0.41% | - |
| HSV(B) | 157.32º | 0.76% | 0.65% | - |
| XYZ | 18.02 | 29.42 | 22.18 | - |
| YUV | 123.56 | 125.42 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 119 | 0.76 | 0 | 0.29 | 0.35 | 157.32 | 0.61 | 0.41 |
| Hex | 28 | A7 | 77 | 4C | 0 | 1D | 23 | 9D | 3D | 29 |
| Octal | 50 | 247 | 167 | 114 | 0 | 35 | 43 | 235 | 75 | 51 |
| Binary | 101000 | 10100111 | 1110111 | 1001100 | 0 | 11101 | 100011 | 10011101 | 111101 | 101001 |
Color Harmonies of #28A777
Complementary color
Monochromatic Colors of #28A777
Black with #28A777
Text Example
Text Example
White with #28A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A777; }
p { color: rgb(40,167,119); }
H1.HeaderClassName
{
color: #28A777;
}
.AnyTagClassName
{
color: #28A777;
}
</style>
background-color css
<style>
a { background-color: #28A777; }
a { background-color: rgb(40,167,119); }
div.DivClassName
{
background-color: #28A777;
}
.BgClassName
{
background-color: #28A777;
}
</style>
border-color css
<style>
span { border-color: #28A777; }
span { border-color: rgb(40,167,119); }
td.TdClassName
{
border-color: #28A777;
}
.TagClassName
{
border-color: #28A777;
}
</style>