Shades of Jungle Green #2BB08C
Tints of Jungle Green #2BB08C
RGB
CMYK
RGB Variations
Color information
#2BB08C (or 0x2BB08C) is known color: Jungle Green. HEX triplet: 2B, B0 and 8C. RGB value is (43,176,140). Sum of RGB (Red+Green+Blue) = 43+176+140=359 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.98% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB08C is #D44F73. Grayscale: #848484. Windows color (decimal): -13913972 or 9220139. OLE color: 9220139.
HSL color Cylindrical-coordinate representation of color #2BB08C: hue angle of 163.76º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB08C is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 140 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.31 |
| HSL | 163.76º | 0.61% | 0.43% | - |
| HSV(B) | 163.76º | 0.76% | 0.69% | - |
| XYZ | 21.26 | 33.46 | 30.15 | - |
| YUV | 132.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 140 | 0.76 | 0 | 0.20 | 0.31 | 163.76 | 0.61 | 0.43 |
| Hex | 2B | B0 | 8C | 4C | 0 | 14 | 1F | A4 | 3D | 2B |
| Octal | 53 | 260 | 214 | 114 | 0 | 24 | 37 | 244 | 75 | 53 |
| Binary | 101011 | 10110000 | 10001100 | 1001100 | 0 | 10100 | 11111 | 10100100 | 111101 | 101011 |
Color Harmonies of #2BB08C
Complementary color
Monochromatic Colors of #2BB08C
Black with #2BB08C
Text Example
Text Example
White with #2BB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB08C; }
p { color: rgb(43,176,140); }
H1.HeaderClassName
{
color: #2BB08C;
}
.AnyTagClassName
{
color: #2BB08C;
}
</style>
background-color css
<style>
a { background-color: #2BB08C; }
a { background-color: rgb(43,176,140); }
div.DivClassName
{
background-color: #2BB08C;
}
.BgClassName
{
background-color: #2BB08C;
}
</style>
border-color css
<style>
span { border-color: #2BB08C; }
span { border-color: rgb(43,176,140); }
td.TdClassName
{
border-color: #2BB08C;
}
.TagClassName
{
border-color: #2BB08C;
}
</style>