Shades of Elf Green #2B946F
Tints of Elf Green #2B946F
RGB
CMYK
RGB Variations
Color information
#2B946F (or 0x2B946F) is known color: Elf Green. HEX triplet: 2B, 94 and 6F. RGB value is (43,148,111). Sum of RGB (Red+Green+Blue) = 43+148+111=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #2B946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B946F is #D46B90. Grayscale: #707070. Windows color (decimal): -13921169 or 7312427. OLE color: 7312427.
HSL color Cylindrical-coordinate representation of color #2B946F: hue angle of 158.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B946F is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 111 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.42 |
| HSL | 158.86º | 0.55% | 0.37% | - |
| HSV(B) | 158.86º | 0.71% | 0.58% | - |
| XYZ | 14.46 | 22.84 | 18.69 | - |
| YUV | 112.39 | 127.21 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 111 | 0.71 | 0 | 0.25 | 0.42 | 158.86 | 0.55 | 0.37 |
| Hex | 2B | 94 | 6F | 47 | 0 | 19 | 2A | 9F | 37 | 25 |
| Octal | 53 | 224 | 157 | 107 | 0 | 31 | 52 | 237 | 67 | 45 |
| Binary | 101011 | 10010100 | 1101111 | 1000111 | 0 | 11001 | 101010 | 10011111 | 110111 | 100101 |
Color Harmonies of #2B946F
Complementary color
Monochromatic Colors of #2B946F
Black with #2B946F
Text Example
Text Example
White with #2B946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B946F; }
p { color: rgb(43,148,111); }
H1.HeaderClassName
{
color: #2B946F;
}
.AnyTagClassName
{
color: #2B946F;
}
</style>
background-color css
<style>
a { background-color: #2B946F; }
a { background-color: rgb(43,148,111); }
div.DivClassName
{
background-color: #2B946F;
}
.BgClassName
{
background-color: #2B946F;
}
</style>
border-color css
<style>
span { border-color: #2B946F; }
span { border-color: rgb(43,148,111); }
td.TdClassName
{
border-color: #2B946F;
}
.TagClassName
{
border-color: #2B946F;
}
</style>