Shades of Jungle Green #2BB683
Tints of Jungle Green #2BB683
RGB
CMYK
RGB Variations
Color information
#2BB683 (or 0x2BB683) is known color: Jungle Green. HEX triplet: 2B, B6 and 83. RGB value is (43,182,131). Sum of RGB (Red+Green+Blue) = 43+182+131=356 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.08% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB683 is #D4497C. Grayscale: #868686. Windows color (decimal): -13912445 or 8631851. OLE color: 8631851.
HSL color Cylindrical-coordinate representation of color #2BB683: hue angle of 157.99º 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 #2BB683 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 131 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.29 |
| HSL | 157.99º | 0.62% | 0.44% | - |
| HSV(B) | 157.99º | 0.76% | 0.71% | - |
| XYZ | 21.82 | 35.61 | 27.2 | - |
| YUV | 134.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 131 | 0.76 | 0 | 0.28 | 0.29 | 157.99 | 0.62 | 0.44 |
| Hex | 2B | B6 | 83 | 4C | 0 | 1C | 1D | 9E | 3E | 2C |
| Octal | 53 | 266 | 203 | 114 | 0 | 34 | 35 | 236 | 76 | 54 |
| Binary | 101011 | 10110110 | 10000011 | 1001100 | 0 | 11100 | 11101 | 10011110 | 111110 | 101100 |
Color Harmonies of #2BB683
Complementary color
Monochromatic Colors of #2BB683
Black with #2BB683
Text Example
Text Example
White with #2BB683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB683; }
p { color: rgb(43,182,131); }
H1.HeaderClassName
{
color: #2BB683;
}
.AnyTagClassName
{
color: #2BB683;
}
</style>
background-color css
<style>
a { background-color: #2BB683; }
a { background-color: rgb(43,182,131); }
div.DivClassName
{
background-color: #2BB683;
}
.BgClassName
{
background-color: #2BB683;
}
</style>
border-color css
<style>
span { border-color: #2BB683; }
span { border-color: rgb(43,182,131); }
td.TdClassName
{
border-color: #2BB683;
}
.TagClassName
{
border-color: #2BB683;
}
</style>