Shades of Jungle Green #2BAD76
Tints of Jungle Green #2BAD76
RGB
CMYK
RGB Variations
Color information
#2BAD76 (or 0x2BAD76) is known color: Jungle Green. HEX triplet: 2B, AD and 76. RGB value is (43,173,118). Sum of RGB (Red+Green+Blue) = 43+173+118=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD76 is #D45289. Grayscale: #7F7F7F. Windows color (decimal): -13914762 or 7777579. OLE color: 7777579.
HSL color Cylindrical-coordinate representation of color #2BAD76: hue angle of 154.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD76 is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 118 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.32 |
| HSL | 154.62º | 0.6% | 0.42% | - |
| HSV(B) | 154.62º | 0.75% | 0.68% | - |
| XYZ | 19.21 | 31.71 | 22.25 | - |
| YUV | 127.86 | 122.43 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 118 | 0.75 | 0 | 0.32 | 0.32 | 154.62 | 0.6 | 0.42 |
| Hex | 2B | AD | 76 | 4B | 0 | 20 | 20 | 9B | 3C | 2A |
| Octal | 53 | 255 | 166 | 113 | 0 | 40 | 40 | 233 | 74 | 52 |
| Binary | 101011 | 10101101 | 1110110 | 1001011 | 0 | 100000 | 100000 | 10011011 | 111100 | 101010 |
Color Harmonies of #2BAD76
Complementary color
Monochromatic Colors of #2BAD76
Black with #2BAD76
Text Example
Text Example
White with #2BAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD76; }
p { color: rgb(43,173,118); }
H1.HeaderClassName
{
color: #2BAD76;
}
.AnyTagClassName
{
color: #2BAD76;
}
</style>
background-color css
<style>
a { background-color: #2BAD76; }
a { background-color: rgb(43,173,118); }
div.DivClassName
{
background-color: #2BAD76;
}
.BgClassName
{
background-color: #2BAD76;
}
</style>
border-color css
<style>
span { border-color: #2BAD76; }
span { border-color: rgb(43,173,118); }
td.TdClassName
{
border-color: #2BAD76;
}
.TagClassName
{
border-color: #2BAD76;
}
</style>