Shades of Jungle Green #2BAD77
Tints of Jungle Green #2BAD77
RGB
CMYK
RGB Variations
Color information
#2BAD77 (or 0x2BAD77) is known color: Jungle Green. HEX triplet: 2B, AD and 77. RGB value is (43,173,119). Sum of RGB (Red+Green+Blue) = 43+173+119=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD77 is #D45288. Grayscale: #808080. Windows color (decimal): -13914761 or 7843115. OLE color: 7843115.
HSL color Cylindrical-coordinate representation of color #2BAD77: hue angle of 155.08º 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 #2BAD77 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 173 | 119 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.32 |
| HSL | 155.08º | 0.6% | 0.42% | - |
| HSV(B) | 155.08º | 0.75% | 0.68% | - |
| XYZ | 19.27 | 31.73 | 22.56 | - |
| YUV | 127.97 | 122.93 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 119 | 0.75 | 0 | 0.31 | 0.32 | 155.08 | 0.6 | 0.42 |
| Hex | 2B | AD | 77 | 4B | 0 | 1F | 20 | 9B | 3C | 2A |
| Octal | 53 | 255 | 167 | 113 | 0 | 37 | 40 | 233 | 74 | 52 |
| Binary | 101011 | 10101101 | 1110111 | 1001011 | 0 | 11111 | 100000 | 10011011 | 111100 | 101010 |
Color Harmonies of #2BAD77
Complementary color
Monochromatic Colors of #2BAD77
Black with #2BAD77
Text Example
Text Example
White with #2BAD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAD77; }
p { color: rgb(43,173,119); }
H1.HeaderClassName
{
color: #2BAD77;
}
.AnyTagClassName
{
color: #2BAD77;
}
</style>
background-color css
<style>
a { background-color: #2BAD77; }
a { background-color: rgb(43,173,119); }
div.DivClassName
{
background-color: #2BAD77;
}
.BgClassName
{
background-color: #2BAD77;
}
</style>
border-color css
<style>
span { border-color: #2BAD77; }
span { border-color: rgb(43,173,119); }
td.TdClassName
{
border-color: #2BAD77;
}
.TagClassName
{
border-color: #2BAD77;
}
</style>