Shades of Elf Green #2B8D70
Tints of Elf Green #2B8D70
RGB
CMYK
RGB Variations
Color information
#2B8D70 (or 0x2B8D70) is known color: Elf Green. HEX triplet: 2B, 8D and 70. RGB value is (43,141,112). Sum of RGB (Red+Green+Blue) = 43+141+112=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8D70 is #D4728F. Grayscale: #6C6C6C. Windows color (decimal): -13922960 or 7376171. OLE color: 7376171.
HSL color Cylindrical-coordinate representation of color #2B8D70: hue angle of 162.24º 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 #2B8D70 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 141 | 112 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.45 |
| HSL | 162.24º | 0.53% | 0.36% | - |
| HSV(B) | 162.24º | 0.7% | 0.55% | - |
| XYZ | 13.45 | 20.73 | 18.62 | - |
| YUV | 108.39 | 130.03 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 141 | 112 | 0.70 | 0 | 0.21 | 0.45 | 162.24 | 0.53 | 0.36 |
| Hex | 2B | 8D | 70 | 46 | 0 | 15 | 2D | A2 | 35 | 24 |
| Octal | 53 | 215 | 160 | 106 | 0 | 25 | 55 | 242 | 65 | 44 |
| Binary | 101011 | 10001101 | 1110000 | 1000110 | 0 | 10101 | 101101 | 10100010 | 110101 | 100100 |
Color Harmonies of #2B8D70
Complementary color
Monochromatic Colors of #2B8D70
Black with #2B8D70
Text Example
Text Example
White with #2B8D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8D70; }
p { color: rgb(43,141,112); }
H1.HeaderClassName
{
color: #2B8D70;
}
.AnyTagClassName
{
color: #2B8D70;
}
</style>
background-color css
<style>
a { background-color: #2B8D70; }
a { background-color: rgb(43,141,112); }
div.DivClassName
{
background-color: #2B8D70;
}
.BgClassName
{
background-color: #2B8D70;
}
</style>
border-color css
<style>
span { border-color: #2B8D70; }
span { border-color: rgb(43,141,112); }
td.TdClassName
{
border-color: #2B8D70;
}
.TagClassName
{
border-color: #2B8D70;
}
</style>