Shades of Jungle Green #2BBC90
Tints of Jungle Green #2BBC90
RGB
CMYK
RGB Variations
Color information
#2BBC90 (or 0x2BBC90) is known color: Jungle Green. HEX triplet: 2B, BC and 90. RGB value is (43,188,144). Sum of RGB (Red+Green+Blue) = 43+188+144=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBC90 is #D4436F. Grayscale: #8B8B8B. Windows color (decimal): -13910896 or 9485355. OLE color: 9485355.
HSL color Cylindrical-coordinate representation of color #2BBC90: hue angle of 161.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBC90 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 188 | 144 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.26 |
| HSL | 161.79º | 0.63% | 0.45% | - |
| HSV(B) | 161.79º | 0.77% | 0.74% | - |
| XYZ | 24.01 | 38.49 | 32.55 | - |
| YUV | 139.63 | 130.46 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 144 | 0.77 | 0 | 0.23 | 0.26 | 161.79 | 0.63 | 0.45 |
| Hex | 2B | BC | 90 | 4D | 0 | 17 | 1A | A2 | 3F | 2D |
| Octal | 53 | 274 | 220 | 115 | 0 | 27 | 32 | 242 | 77 | 55 |
| Binary | 101011 | 10111100 | 10010000 | 1001101 | 0 | 10111 | 11010 | 10100010 | 111111 | 101101 |
Color Harmonies of #2BBC90
Complementary color
Monochromatic Colors of #2BBC90
Black with #2BBC90
Text Example
Text Example
White with #2BBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBC90; }
p { color: rgb(43,188,144); }
H1.HeaderClassName
{
color: #2BBC90;
}
.AnyTagClassName
{
color: #2BBC90;
}
</style>
background-color css
<style>
a { background-color: #2BBC90; }
a { background-color: rgb(43,188,144); }
div.DivClassName
{
background-color: #2BBC90;
}
.BgClassName
{
background-color: #2BBC90;
}
</style>
border-color css
<style>
span { border-color: #2BBC90; }
span { border-color: rgb(43,188,144); }
td.TdClassName
{
border-color: #2BBC90;
}
.TagClassName
{
border-color: #2BBC90;
}
</style>