Shades of Elf Green #2B8D77
Tints of Elf Green #2B8D77
RGB
CMYK
RGB Variations
Color information
#2B8D77 (or 0x2B8D77) is known color: Elf Green. HEX triplet: 2B, 8D and 77. RGB value is (43,141,119). Sum of RGB (Red+Green+Blue) = 43+141+119=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D77 is #D47288. Grayscale: #6D6D6D. Windows color (decimal): -13922953 or 7834923. OLE color: 7834923.
HSL color Cylindrical-coordinate representation of color #2B8D77: hue angle of 166.53º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8D77 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 119 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.45 |
| HSL | 166.53º | 0.53% | 0.36% | - |
| HSV(B) | 166.53º | 0.7% | 0.55% | - |
| XYZ | 13.85 | 20.9 | 20.76 | - |
| YUV | 109.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 119 | 0.70 | 0 | 0.16 | 0.45 | 166.53 | 0.53 | 0.36 |
| Hex | 2B | 8D | 77 | 46 | 0 | 10 | 2D | A7 | 35 | 24 |
| Octal | 53 | 215 | 167 | 106 | 0 | 20 | 55 | 247 | 65 | 44 |
| Binary | 101011 | 10001101 | 1110111 | 1000110 | 0 | 10000 | 101101 | 10100111 | 110101 | 100100 |
Color Harmonies of #2B8D77
Complementary color
Monochromatic Colors of #2B8D77
Black with #2B8D77
Text Example
Text Example
White with #2B8D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D77; }
p { color: rgb(43,141,119); }
H1.HeaderClassName
{
color: #2B8D77;
}
.AnyTagClassName
{
color: #2B8D77;
}
</style>
background-color css
<style>
a { background-color: #2B8D77; }
a { background-color: rgb(43,141,119); }
div.DivClassName
{
background-color: #2B8D77;
}
.BgClassName
{
background-color: #2B8D77;
}
</style>
border-color css
<style>
span { border-color: #2B8D77; }
span { border-color: rgb(43,141,119); }
td.TdClassName
{
border-color: #2B8D77;
}
.TagClassName
{
border-color: #2B8D77;
}
</style>