Shades of Jungle Green #28A77D
Tints of Jungle Green #28A77D
RGB
CMYK
RGB Variations
Color information
#28A77D (or 0x28A77D) is known color: Jungle Green. HEX triplet: 28, A7 and 7D. RGB value is (40,167,125). Sum of RGB (Red+Green+Blue) = 40+167+125=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #28A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A77D is #D75882. Grayscale: #7C7C7C. Windows color (decimal): -14112899 or 8234792. OLE color: 8234792.
HSL color Cylindrical-coordinate representation of color #28A77D: hue angle of 160.16º 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 #28A77D is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 125 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.35 |
| HSL | 160.16º | 0.61% | 0.41% | - |
| HSV(B) | 160.16º | 0.76% | 0.65% | - |
| XYZ | 18.4 | 29.57 | 24.14 | - |
| YUV | 124.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 125 | 0.76 | 0 | 0.25 | 0.35 | 160.16 | 0.61 | 0.41 |
| Hex | 28 | A7 | 7D | 4C | 0 | 19 | 23 | A0 | 3D | 29 |
| Octal | 50 | 247 | 175 | 114 | 0 | 31 | 43 | 240 | 75 | 51 |
| Binary | 101000 | 10100111 | 1111101 | 1001100 | 0 | 11001 | 100011 | 10100000 | 111101 | 101001 |
Color Harmonies of #28A77D
Complementary color
Monochromatic Colors of #28A77D
Black with #28A77D
Text Example
Text Example
White with #28A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A77D; }
p { color: rgb(40,167,125); }
H1.HeaderClassName
{
color: #28A77D;
}
.AnyTagClassName
{
color: #28A77D;
}
</style>
background-color css
<style>
a { background-color: #28A77D; }
a { background-color: rgb(40,167,125); }
div.DivClassName
{
background-color: #28A77D;
}
.BgClassName
{
background-color: #28A77D;
}
</style>
border-color css
<style>
span { border-color: #28A77D; }
span { border-color: rgb(40,167,125); }
td.TdClassName
{
border-color: #28A77D;
}
.TagClassName
{
border-color: #28A77D;
}
</style>