Shades of Elf Green #2B9370
Tints of Elf Green #2B9370
RGB
CMYK
RGB Variations
Color information
#2B9370 (or 0x2B9370) is known color: Elf Green. HEX triplet: 2B, 93 and 70. RGB value is (43,147,112). Sum of RGB (Red+Green+Blue) = 43+147+112=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9370 is #D46C8F. Grayscale: #6F6F6F. Windows color (decimal): -13921424 or 7377707. OLE color: 7377707.
HSL color Cylindrical-coordinate representation of color #2B9370: hue angle of 159.81º 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 #2B9370 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 112 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.42 |
| HSL | 159.81º | 0.55% | 0.37% | - |
| HSV(B) | 159.81º | 0.71% | 0.58% | - |
| XYZ | 14.35 | 22.55 | 18.93 | - |
| YUV | 111.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 112 | 0.71 | 0 | 0.24 | 0.42 | 159.81 | 0.55 | 0.37 |
| Hex | 2B | 93 | 70 | 47 | 0 | 18 | 2A | A0 | 37 | 25 |
| Octal | 53 | 223 | 160 | 107 | 0 | 30 | 52 | 240 | 67 | 45 |
| Binary | 101011 | 10010011 | 1110000 | 1000111 | 0 | 11000 | 101010 | 10100000 | 110111 | 100101 |
Color Harmonies of #2B9370
Complementary color
Monochromatic Colors of #2B9370
Black with #2B9370
Text Example
Text Example
White with #2B9370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9370; }
p { color: rgb(43,147,112); }
H1.HeaderClassName
{
color: #2B9370;
}
.AnyTagClassName
{
color: #2B9370;
}
</style>
background-color css
<style>
a { background-color: #2B9370; }
a { background-color: rgb(43,147,112); }
div.DivClassName
{
background-color: #2B9370;
}
.BgClassName
{
background-color: #2B9370;
}
</style>
border-color css
<style>
span { border-color: #2B9370; }
span { border-color: rgb(43,147,112); }
td.TdClassName
{
border-color: #2B9370;
}
.TagClassName
{
border-color: #2B9370;
}
</style>