Shades of Jungle Green #28BC90
Tints of Jungle Green #28BC90
RGB
CMYK
RGB Variations
Color information
#28BC90 (or 0x28BC90) is known color: Jungle Green. HEX triplet: 28, BC and 90. RGB value is (40,188,144). Sum of RGB (Red+Green+Blue) = 40+188+144=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BC90 is #D7436F. Grayscale: #8A8A8A. Windows color (decimal): -14107504 or 9485352. OLE color: 9485352.
HSL color Cylindrical-coordinate representation of color #28BC90: hue angle of 162.16º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC90 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 144 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.26 |
| HSL | 162.16º | 0.65% | 0.45% | - |
| HSV(B) | 162.16º | 0.79% | 0.74% | - |
| XYZ | 23.89 | 38.43 | 32.54 | - |
| YUV | 138.73 | 130.97 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 144 | 0.79 | 0 | 0.23 | 0.26 | 162.16 | 0.65 | 0.45 |
| Hex | 28 | BC | 90 | 4F | 0 | 17 | 1A | A2 | 41 | 2D |
| Octal | 50 | 274 | 220 | 117 | 0 | 27 | 32 | 242 | 101 | 55 |
| Binary | 101000 | 10111100 | 10010000 | 1001111 | 0 | 10111 | 11010 | 10100010 | 1000001 | 101101 |
Color Harmonies of #28BC90
Complementary color
Monochromatic Colors of #28BC90
Black with #28BC90
Text Example
Text Example
White with #28BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BC90; }
p { color: rgb(40,188,144); }
H1.HeaderClassName
{
color: #28BC90;
}
.AnyTagClassName
{
color: #28BC90;
}
</style>
background-color css
<style>
a { background-color: #28BC90; }
a { background-color: rgb(40,188,144); }
div.DivClassName
{
background-color: #28BC90;
}
.BgClassName
{
background-color: #28BC90;
}
</style>
border-color css
<style>
span { border-color: #28BC90; }
span { border-color: rgb(40,188,144); }
td.TdClassName
{
border-color: #28BC90;
}
.TagClassName
{
border-color: #28BC90;
}
</style>