Shades of Jungle Green #28AA74
Tints of Jungle Green #28AA74
RGB
CMYK
RGB Variations
Color information
#28AA74 (or 0x28AA74) is known color: Jungle Green. HEX triplet: 28, AA and 74. RGB value is (40,170,116). Sum of RGB (Red+Green+Blue) = 40+170+116=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA74 is #D7558B. Grayscale: #7D7D7D. Windows color (decimal): -14112140 or 7645736. OLE color: 7645736.
HSL color Cylindrical-coordinate representation of color #28AA74: hue angle of 155.08º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA74 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 116 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.33 |
| HSL | 155.08º | 0.62% | 0.41% | - |
| HSV(B) | 155.08º | 0.76% | 0.67% | - |
| XYZ | 18.4 | 30.46 | 21.43 | - |
| YUV | 124.97 | 122.93 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 116 | 0.76 | 0 | 0.32 | 0.33 | 155.08 | 0.62 | 0.41 |
| Hex | 28 | AA | 74 | 4C | 0 | 20 | 21 | 9B | 3E | 29 |
| Octal | 50 | 252 | 164 | 114 | 0 | 40 | 41 | 233 | 76 | 51 |
| Binary | 101000 | 10101010 | 1110100 | 1001100 | 0 | 100000 | 100001 | 10011011 | 111110 | 101001 |
Color Harmonies of #28AA74
Complementary color
Monochromatic Colors of #28AA74
Black with #28AA74
Text Example
Text Example
White with #28AA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA74; }
p { color: rgb(40,170,116); }
H1.HeaderClassName
{
color: #28AA74;
}
.AnyTagClassName
{
color: #28AA74;
}
</style>
background-color css
<style>
a { background-color: #28AA74; }
a { background-color: rgb(40,170,116); }
div.DivClassName
{
background-color: #28AA74;
}
.BgClassName
{
background-color: #28AA74;
}
</style>
border-color css
<style>
span { border-color: #28AA74; }
span { border-color: rgb(40,170,116); }
td.TdClassName
{
border-color: #28AA74;
}
.TagClassName
{
border-color: #28AA74;
}
</style>