Shades of Jungle Green #2BB97D
Tints of Jungle Green #2BB97D
RGB
CMYK
RGB Variations
Color information
#2BB97D (or 0x2BB97D) is known color: Jungle Green. HEX triplet: 2B, B9 and 7D. RGB value is (43,185,125). Sum of RGB (Red+Green+Blue) = 43+185+125=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #2BB97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB97D is #D44682. Grayscale: #878787. Windows color (decimal): -13911683 or 8239403. OLE color: 8239403.
HSL color Cylindrical-coordinate representation of color #2BB97D: hue angle of 154.65º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB97D is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 185 | 125 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.27 |
| HSL | 154.65º | 0.62% | 0.45% | - |
| HSV(B) | 154.65º | 0.77% | 0.73% | - |
| XYZ | 22.05 | 36.69 | 25.32 | - |
| YUV | 135.7 | 121.96 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 185 | 125 | 0.77 | 0 | 0.32 | 0.27 | 154.65 | 0.62 | 0.45 |
| Hex | 2B | B9 | 7D | 4D | 0 | 20 | 1B | 9B | 3E | 2D |
| Octal | 53 | 271 | 175 | 115 | 0 | 40 | 33 | 233 | 76 | 55 |
| Binary | 101011 | 10111001 | 1111101 | 1001101 | 0 | 100000 | 11011 | 10011011 | 111110 | 101101 |
Color Harmonies of #2BB97D
Complementary color
Monochromatic Colors of #2BB97D
Black with #2BB97D
Text Example
Text Example
White with #2BB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB97D; }
p { color: rgb(43,185,125); }
H1.HeaderClassName
{
color: #2BB97D;
}
.AnyTagClassName
{
color: #2BB97D;
}
</style>
background-color css
<style>
a { background-color: #2BB97D; }
a { background-color: rgb(43,185,125); }
div.DivClassName
{
background-color: #2BB97D;
}
.BgClassName
{
background-color: #2BB97D;
}
</style>
border-color css
<style>
span { border-color: #2BB97D; }
span { border-color: rgb(43,185,125); }
td.TdClassName
{
border-color: #2BB97D;
}
.TagClassName
{
border-color: #2BB97D;
}
</style>