Shades of Jungle Green #2BB47B
Tints of Jungle Green #2BB47B
RGB
CMYK
RGB Variations
Color information
#2BB47B (or 0x2BB47B) is known color: Jungle Green. HEX triplet: 2B, B4 and 7B. RGB value is (43,180,123). Sum of RGB (Red+Green+Blue) = 43+180+123=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB47B is #D44B84. Grayscale: #848484. Windows color (decimal): -13912965 or 8107051. OLE color: 8107051.
HSL color Cylindrical-coordinate representation of color #2BB47B: hue angle of 155.04º degrees, saturation: 0.61, 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 #2BB47B is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 123 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.29 |
| HSL | 155.04º | 0.61% | 0.44% | - |
| HSV(B) | 155.04º | 0.76% | 0.71% | - |
| XYZ | 20.89 | 34.59 | 24.31 | - |
| YUV | 132.54 | 122.61 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 123 | 0.76 | 0 | 0.32 | 0.29 | 155.04 | 0.61 | 0.44 |
| Hex | 2B | B4 | 7B | 4C | 0 | 20 | 1D | 9B | 3D | 2C |
| Octal | 53 | 264 | 173 | 114 | 0 | 40 | 35 | 233 | 75 | 54 |
| Binary | 101011 | 10110100 | 1111011 | 1001100 | 0 | 100000 | 11101 | 10011011 | 111101 | 101100 |
Color Harmonies of #2BB47B
Complementary color
Monochromatic Colors of #2BB47B
Black with #2BB47B
Text Example
Text Example
White with #2BB47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB47B; }
p { color: rgb(43,180,123); }
H1.HeaderClassName
{
color: #2BB47B;
}
.AnyTagClassName
{
color: #2BB47B;
}
</style>
background-color css
<style>
a { background-color: #2BB47B; }
a { background-color: rgb(43,180,123); }
div.DivClassName
{
background-color: #2BB47B;
}
.BgClassName
{
background-color: #2BB47B;
}
</style>
border-color css
<style>
span { border-color: #2BB47B; }
span { border-color: rgb(43,180,123); }
td.TdClassName
{
border-color: #2BB47B;
}
.TagClassName
{
border-color: #2BB47B;
}
</style>