Shades of Jungle Green #28B688
Tints of Jungle Green #28B688
RGB
CMYK
RGB Variations
Color information
#28B688 (or 0x28B688) is known color: Jungle Green. HEX triplet: 28, B6 and 88. RGB value is (40,182,136). Sum of RGB (Red+Green+Blue) = 40+182+136=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #28B688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B688 is #D74977. Grayscale: #868686. Windows color (decimal): -14109048 or 8959528. OLE color: 8959528.
HSL color Cylindrical-coordinate representation of color #28B688: hue angle of 160.56º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B688 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 182 | 136 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.29 |
| HSL | 160.56º | 0.64% | 0.44% | - |
| HSV(B) | 160.56º | 0.78% | 0.71% | - |
| XYZ | 22.05 | 35.68 | 29.02 | - |
| YUV | 134.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 182 | 136 | 0.78 | 0 | 0.25 | 0.29 | 160.56 | 0.64 | 0.44 |
| Hex | 28 | B6 | 88 | 4E | 0 | 19 | 1D | A1 | 40 | 2C |
| Octal | 50 | 266 | 210 | 116 | 0 | 31 | 35 | 241 | 100 | 54 |
| Binary | 101000 | 10110110 | 10001000 | 1001110 | 0 | 11001 | 11101 | 10100001 | 1000000 | 101100 |
Color Harmonies of #28B688
Complementary color
Monochromatic Colors of #28B688
Black with #28B688
Text Example
Text Example
White with #28B688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B688; }
p { color: rgb(40,182,136); }
H1.HeaderClassName
{
color: #28B688;
}
.AnyTagClassName
{
color: #28B688;
}
</style>
background-color css
<style>
a { background-color: #28B688; }
a { background-color: rgb(40,182,136); }
div.DivClassName
{
background-color: #28B688;
}
.BgClassName
{
background-color: #28B688;
}
</style>
border-color css
<style>
span { border-color: #28B688; }
span { border-color: rgb(40,182,136); }
td.TdClassName
{
border-color: #28B688;
}
.TagClassName
{
border-color: #28B688;
}
</style>