Shades of Jungle Green #28B276
Tints of Jungle Green #28B276
RGB
CMYK
RGB Variations
Color information
#28B276 (or 0x28B276) is known color: Jungle Green. HEX triplet: 28, B2 and 76. RGB value is (40,178,118). Sum of RGB (Red+Green+Blue) = 40+178+118=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #28B276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B276 is #D74D89. Grayscale: #828282. Windows color (decimal): -14110090 or 7778856. OLE color: 7778856.
HSL color Cylindrical-coordinate representation of color #28B276: hue angle of 153.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B276 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 178 | 118 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.30 |
| HSL | 153.91º | 0.63% | 0.43% | - |
| HSV(B) | 153.91º | 0.78% | 0.7% | - |
| XYZ | 20.07 | 33.6 | 22.57 | - |
| YUV | 129.9 | 121.28 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 178 | 118 | 0.78 | 0 | 0.34 | 0.30 | 153.91 | 0.63 | 0.43 |
| Hex | 28 | B2 | 76 | 4E | 0 | 22 | 1E | 9A | 3F | 2B |
| Octal | 50 | 262 | 166 | 116 | 0 | 42 | 36 | 232 | 77 | 53 |
| Binary | 101000 | 10110010 | 1110110 | 1001110 | 0 | 100010 | 11110 | 10011010 | 111111 | 101011 |
Color Harmonies of #28B276
Complementary color
Monochromatic Colors of #28B276
Black with #28B276
Text Example
Text Example
White with #28B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B276; }
p { color: rgb(40,178,118); }
H1.HeaderClassName
{
color: #28B276;
}
.AnyTagClassName
{
color: #28B276;
}
</style>
background-color css
<style>
a { background-color: #28B276; }
a { background-color: rgb(40,178,118); }
div.DivClassName
{
background-color: #28B276;
}
.BgClassName
{
background-color: #28B276;
}
</style>
border-color css
<style>
span { border-color: #28B276; }
span { border-color: rgb(40,178,118); }
td.TdClassName
{
border-color: #28B276;
}
.TagClassName
{
border-color: #28B276;
}
</style>