Shades of Jungle Green #28B282
Tints of Jungle Green #28B282
RGB
CMYK
RGB Variations
Color information
#28B282 (or 0x28B282) is known color: Jungle Green. HEX triplet: 28, B2 and 82. RGB value is (40,178,130). Sum of RGB (Red+Green+Blue) = 40+178+130=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #28B282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B282 is #D74D7D. Grayscale: #838383. Windows color (decimal): -14110078 or 8565288. OLE color: 8565288.
HSL color Cylindrical-coordinate representation of color #28B282: hue angle of 159.13º 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 #28B282 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 178 | 130 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.30 |
| HSL | 159.13º | 0.63% | 0.43% | - |
| HSV(B) | 159.13º | 0.78% | 0.7% | - |
| XYZ | 20.82 | 33.9 | 26.57 | - |
| YUV | 131.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 178 | 130 | 0.78 | 0 | 0.27 | 0.30 | 159.13 | 0.63 | 0.43 |
| Hex | 28 | B2 | 82 | 4E | 0 | 1B | 1E | 9F | 3F | 2B |
| Octal | 50 | 262 | 202 | 116 | 0 | 33 | 36 | 237 | 77 | 53 |
| Binary | 101000 | 10110010 | 10000010 | 1001110 | 0 | 11011 | 11110 | 10011111 | 111111 | 101011 |
Color Harmonies of #28B282
Complementary color
Monochromatic Colors of #28B282
Black with #28B282
Text Example
Text Example
White with #28B282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B282; }
p { color: rgb(40,178,130); }
H1.HeaderClassName
{
color: #28B282;
}
.AnyTagClassName
{
color: #28B282;
}
</style>
background-color css
<style>
a { background-color: #28B282; }
a { background-color: rgb(40,178,130); }
div.DivClassName
{
background-color: #28B282;
}
.BgClassName
{
background-color: #28B282;
}
</style>
border-color css
<style>
span { border-color: #28B282; }
span { border-color: rgb(40,178,130); }
td.TdClassName
{
border-color: #28B282;
}
.TagClassName
{
border-color: #28B282;
}
</style>