Shades of Jungle Green #2BB690
Tints of Jungle Green #2BB690
RGB
CMYK
RGB Variations
Color information
#2BB690 (or 0x2BB690) is known color: Jungle Green. HEX triplet: 2B, B6 and 90. RGB value is (43,182,144). Sum of RGB (Red+Green+Blue) = 43+182+144=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB690 is #D4496F. Grayscale: #888888. Windows color (decimal): -13912432 or 9483819. OLE color: 9483819.
HSL color Cylindrical-coordinate representation of color #2BB690: hue angle of 163.6º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB690 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 144 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.29 |
| HSL | 163.6º | 0.62% | 0.44% | - |
| HSV(B) | 163.6º | 0.76% | 0.71% | - |
| XYZ | 22.76 | 35.98 | 32.13 | - |
| YUV | 136.11 | 132.45 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 144 | 0.76 | 0 | 0.21 | 0.29 | 163.6 | 0.62 | 0.44 |
| Hex | 2B | B6 | 90 | 4C | 0 | 15 | 1D | A4 | 3E | 2C |
| Octal | 53 | 266 | 220 | 114 | 0 | 25 | 35 | 244 | 76 | 54 |
| Binary | 101011 | 10110110 | 10010000 | 1001100 | 0 | 10101 | 11101 | 10100100 | 111110 | 101100 |
Color Harmonies of #2BB690
Complementary color
Monochromatic Colors of #2BB690
Black with #2BB690
Text Example
Text Example
White with #2BB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB690; }
p { color: rgb(43,182,144); }
H1.HeaderClassName
{
color: #2BB690;
}
.AnyTagClassName
{
color: #2BB690;
}
</style>
background-color css
<style>
a { background-color: #2BB690; }
a { background-color: rgb(43,182,144); }
div.DivClassName
{
background-color: #2BB690;
}
.BgClassName
{
background-color: #2BB690;
}
</style>
border-color css
<style>
span { border-color: #2BB690; }
span { border-color: rgb(43,182,144); }
td.TdClassName
{
border-color: #2BB690;
}
.TagClassName
{
border-color: #2BB690;
}
</style>