Shades of Jungle Green #28B089
Tints of Jungle Green #28B089
RGB
CMYK
RGB Variations
Color information
#28B089 (or 0x28B089) is known color: Jungle Green. HEX triplet: 28, B0 and 89. RGB value is (40,176,137). Sum of RGB (Red+Green+Blue) = 40+176+137=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #28B089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B089 is #D74F76. Grayscale: #828282. Windows color (decimal): -14110583 or 9023528. OLE color: 9023528.
HSL color Cylindrical-coordinate representation of color #28B089: hue angle of 162.79º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B089 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 137 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.31 |
| HSL | 162.79º | 0.63% | 0.42% | - |
| HSV(B) | 162.79º | 0.77% | 0.69% | - |
| XYZ | 20.92 | 33.31 | 28.99 | - |
| YUV | 130.89 | 131.44 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 137 | 0.77 | 0 | 0.22 | 0.31 | 162.79 | 0.63 | 0.42 |
| Hex | 28 | B0 | 89 | 4D | 0 | 16 | 1F | A3 | 3F | 2A |
| Octal | 50 | 260 | 211 | 115 | 0 | 26 | 37 | 243 | 77 | 52 |
| Binary | 101000 | 10110000 | 10001001 | 1001101 | 0 | 10110 | 11111 | 10100011 | 111111 | 101010 |
Color Harmonies of #28B089
Complementary color
Monochromatic Colors of #28B089
Black with #28B089
Text Example
Text Example
White with #28B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B089; }
p { color: rgb(40,176,137); }
H1.HeaderClassName
{
color: #28B089;
}
.AnyTagClassName
{
color: #28B089;
}
</style>
background-color css
<style>
a { background-color: #28B089; }
a { background-color: rgb(40,176,137); }
div.DivClassName
{
background-color: #28B089;
}
.BgClassName
{
background-color: #28B089;
}
</style>
border-color css
<style>
span { border-color: #28B089; }
span { border-color: rgb(40,176,137); }
td.TdClassName
{
border-color: #28B089;
}
.TagClassName
{
border-color: #28B089;
}
</style>