Shades of Jungle Green #2BB685
Tints of Jungle Green #2BB685
RGB
CMYK
RGB Variations
Color information
#2BB685 (or 0x2BB685) is known color: Jungle Green. HEX triplet: 2B, B6 and 85. RGB value is (43,182,133). Sum of RGB (Red+Green+Blue) = 43+182+133=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB685 is #D4497A. Grayscale: #868686. Windows color (decimal): -13912443 or 8762923. OLE color: 8762923.
HSL color Cylindrical-coordinate representation of color #2BB685: hue angle of 158.85º 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 #2BB685 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 133 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.29 |
| HSL | 158.85º | 0.62% | 0.44% | - |
| HSV(B) | 158.85º | 0.76% | 0.71% | - |
| XYZ | 21.96 | 35.66 | 27.92 | - |
| YUV | 134.85 | 126.95 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 133 | 0.76 | 0 | 0.27 | 0.29 | 158.85 | 0.62 | 0.44 |
| Hex | 2B | B6 | 85 | 4C | 0 | 1B | 1D | 9F | 3E | 2C |
| Octal | 53 | 266 | 205 | 114 | 0 | 33 | 35 | 237 | 76 | 54 |
| Binary | 101011 | 10110110 | 10000101 | 1001100 | 0 | 11011 | 11101 | 10011111 | 111110 | 101100 |
Color Harmonies of #2BB685
Complementary color
Monochromatic Colors of #2BB685
Black with #2BB685
Text Example
Text Example
White with #2BB685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB685; }
p { color: rgb(43,182,133); }
H1.HeaderClassName
{
color: #2BB685;
}
.AnyTagClassName
{
color: #2BB685;
}
</style>
background-color css
<style>
a { background-color: #2BB685; }
a { background-color: rgb(43,182,133); }
div.DivClassName
{
background-color: #2BB685;
}
.BgClassName
{
background-color: #2BB685;
}
</style>
border-color css
<style>
span { border-color: #2BB685; }
span { border-color: rgb(43,182,133); }
td.TdClassName
{
border-color: #2BB685;
}
.TagClassName
{
border-color: #2BB685;
}
</style>