Shades of Elf Green #2B946D
Tints of Elf Green #2B946D
RGB
CMYK
RGB Variations
Color information
#2B946D (or 0x2B946D) is known color: Elf Green. HEX triplet: 2B, 94 and 6D. RGB value is (43,148,109). Sum of RGB (Red+Green+Blue) = 43+148+109=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #2B946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B946D is #D46B92. Grayscale: #707070. Windows color (decimal): -13921171 or 7181355. OLE color: 7181355.
HSL color Cylindrical-coordinate representation of color #2B946D: hue angle of 157.71º 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 #2B946D is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 109 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.42 |
| HSL | 157.71º | 0.55% | 0.37% | - |
| HSV(B) | 157.71º | 0.71% | 0.58% | - |
| XYZ | 14.35 | 22.8 | 18.11 | - |
| YUV | 112.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 109 | 0.71 | 0 | 0.26 | 0.42 | 157.71 | 0.55 | 0.37 |
| Hex | 2B | 94 | 6D | 47 | 0 | 1A | 2A | 9E | 37 | 25 |
| Octal | 53 | 224 | 155 | 107 | 0 | 32 | 52 | 236 | 67 | 45 |
| Binary | 101011 | 10010100 | 1101101 | 1000111 | 0 | 11010 | 101010 | 10011110 | 110111 | 100101 |
Color Harmonies of #2B946D
Complementary color
Monochromatic Colors of #2B946D
Black with #2B946D
Text Example
Text Example
White with #2B946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B946D; }
p { color: rgb(43,148,109); }
H1.HeaderClassName
{
color: #2B946D;
}
.AnyTagClassName
{
color: #2B946D;
}
</style>
background-color css
<style>
a { background-color: #2B946D; }
a { background-color: rgb(43,148,109); }
div.DivClassName
{
background-color: #2B946D;
}
.BgClassName
{
background-color: #2B946D;
}
</style>
border-color css
<style>
span { border-color: #2B946D; }
span { border-color: rgb(43,148,109); }
td.TdClassName
{
border-color: #2B946D;
}
.TagClassName
{
border-color: #2B946D;
}
</style>