Shades of Jungle Green #2BAB85
Tints of Jungle Green #2BAB85
RGB
CMYK
RGB Variations
Color information
#2BAB85 (or 0x2BAB85) is known color: Jungle Green. HEX triplet: 2B, AB and 85. RGB value is (43,171,133). Sum of RGB (Red+Green+Blue) = 43+171+133=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAB85 is #D4547A. Grayscale: #808080. Windows color (decimal): -13915259 or 8760107. OLE color: 8760107.
HSL color Cylindrical-coordinate representation of color #2BAB85: hue angle of 162.19º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB85 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 133 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.33 |
| HSL | 162.19º | 0.6% | 0.42% | - |
| HSV(B) | 162.19º | 0.75% | 0.67% | - |
| XYZ | 19.79 | 31.33 | 27.19 | - |
| YUV | 128.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 133 | 0.75 | 0 | 0.22 | 0.33 | 162.19 | 0.6 | 0.42 |
| Hex | 2B | AB | 85 | 4B | 0 | 16 | 21 | A2 | 3C | 2A |
| Octal | 53 | 253 | 205 | 113 | 0 | 26 | 41 | 242 | 74 | 52 |
| Binary | 101011 | 10101011 | 10000101 | 1001011 | 0 | 10110 | 100001 | 10100010 | 111100 | 101010 |
Color Harmonies of #2BAB85
Complementary color
Monochromatic Colors of #2BAB85
Black with #2BAB85
Text Example
Text Example
White with #2BAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB85; }
p { color: rgb(43,171,133); }
H1.HeaderClassName
{
color: #2BAB85;
}
.AnyTagClassName
{
color: #2BAB85;
}
</style>
background-color css
<style>
a { background-color: #2BAB85; }
a { background-color: rgb(43,171,133); }
div.DivClassName
{
background-color: #2BAB85;
}
.BgClassName
{
background-color: #2BAB85;
}
</style>
border-color css
<style>
span { border-color: #2BAB85; }
span { border-color: rgb(43,171,133); }
td.TdClassName
{
border-color: #2BAB85;
}
.TagClassName
{
border-color: #2BAB85;
}
</style>