Shades of Jungle Green #28BB90
Tints of Jungle Green #28BB90
RGB
CMYK
RGB Variations
Color information
#28BB90 (or 0x28BB90) is known color: Jungle Green. HEX triplet: 28, BB and 90. RGB value is (40,187,144). Sum of RGB (Red+Green+Blue) = 40+187+144=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BB90 is #D7446F. Grayscale: #8A8A8A. Windows color (decimal): -14107760 or 9485096. OLE color: 9485096.
HSL color Cylindrical-coordinate representation of color #28BB90: hue angle of 162.45º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB90 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 144 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.27 |
| HSL | 162.45º | 0.65% | 0.45% | - |
| HSV(B) | 162.45º | 0.79% | 0.73% | - |
| XYZ | 23.68 | 38.01 | 32.47 | - |
| YUV | 138.15 | 131.3 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 144 | 0.79 | 0 | 0.23 | 0.27 | 162.45 | 0.65 | 0.45 |
| Hex | 28 | BB | 90 | 4F | 0 | 17 | 1B | A2 | 41 | 2D |
| Octal | 50 | 273 | 220 | 117 | 0 | 27 | 33 | 242 | 101 | 55 |
| Binary | 101000 | 10111011 | 10010000 | 1001111 | 0 | 10111 | 11011 | 10100010 | 1000001 | 101101 |
Color Harmonies of #28BB90
Complementary color
Monochromatic Colors of #28BB90
Black with #28BB90
Text Example
Text Example
White with #28BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB90; }
p { color: rgb(40,187,144); }
H1.HeaderClassName
{
color: #28BB90;
}
.AnyTagClassName
{
color: #28BB90;
}
</style>
background-color css
<style>
a { background-color: #28BB90; }
a { background-color: rgb(40,187,144); }
div.DivClassName
{
background-color: #28BB90;
}
.BgClassName
{
background-color: #28BB90;
}
</style>
border-color css
<style>
span { border-color: #28BB90; }
span { border-color: rgb(40,187,144); }
td.TdClassName
{
border-color: #28BB90;
}
.TagClassName
{
border-color: #28BB90;
}
</style>