Shades of Jungle Green #28A779
Tints of Jungle Green #28A779
RGB
CMYK
RGB Variations
Color information
#28A779 (or 0x28A779) is known color: Jungle Green. HEX triplet: 28, A7 and 79. RGB value is (40,167,121). Sum of RGB (Red+Green+Blue) = 40+167+121=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #28A779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A779 is #D75886. Grayscale: #7B7B7B. Windows color (decimal): -14112903 or 7972648. OLE color: 7972648.
HSL color Cylindrical-coordinate representation of color #28A779: hue angle of 158.27º 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 #28A779 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 121 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.35 |
| HSL | 158.27º | 0.61% | 0.41% | - |
| HSV(B) | 158.27º | 0.76% | 0.65% | - |
| XYZ | 18.14 | 29.47 | 22.82 | - |
| YUV | 123.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 121 | 0.76 | 0 | 0.28 | 0.35 | 158.27 | 0.61 | 0.41 |
| Hex | 28 | A7 | 79 | 4C | 0 | 1C | 23 | 9E | 3D | 29 |
| Octal | 50 | 247 | 171 | 114 | 0 | 34 | 43 | 236 | 75 | 51 |
| Binary | 101000 | 10100111 | 1111001 | 1001100 | 0 | 11100 | 100011 | 10011110 | 111101 | 101001 |
Color Harmonies of #28A779
Complementary color
Monochromatic Colors of #28A779
Black with #28A779
Text Example
Text Example
White with #28A779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A779; }
p { color: rgb(40,167,121); }
H1.HeaderClassName
{
color: #28A779;
}
.AnyTagClassName
{
color: #28A779;
}
</style>
background-color css
<style>
a { background-color: #28A779; }
a { background-color: rgb(40,167,121); }
div.DivClassName
{
background-color: #28A779;
}
.BgClassName
{
background-color: #28A779;
}
</style>
border-color css
<style>
span { border-color: #28A779; }
span { border-color: rgb(40,167,121); }
td.TdClassName
{
border-color: #28A779;
}
.TagClassName
{
border-color: #28A779;
}
</style>