Shades of Elf Green #2B9270
Tints of Elf Green #2B9270
RGB
CMYK
RGB Variations
Color information
#2B9270 (or 0x2B9270) is known color: Elf Green. HEX triplet: 2B, 92 and 70. RGB value is (43,146,112). Sum of RGB (Red+Green+Blue) = 43+146+112=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9270 is #D46D8F. Grayscale: #6F6F6F. Windows color (decimal): -13921680 or 7377451. OLE color: 7377451.
HSL color Cylindrical-coordinate representation of color #2B9270: hue angle of 160.19º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9270 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 112 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.43 |
| HSL | 160.19º | 0.54% | 0.37% | - |
| HSV(B) | 160.19º | 0.71% | 0.57% | - |
| XYZ | 14.2 | 22.24 | 18.87 | - |
| YUV | 111.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 112 | 0.71 | 0 | 0.23 | 0.43 | 160.19 | 0.54 | 0.37 |
| Hex | 2B | 92 | 70 | 47 | 0 | 17 | 2B | A0 | 36 | 25 |
| Octal | 53 | 222 | 160 | 107 | 0 | 27 | 53 | 240 | 66 | 45 |
| Binary | 101011 | 10010010 | 1110000 | 1000111 | 0 | 10111 | 101011 | 10100000 | 110110 | 100101 |
Color Harmonies of #2B9270
Complementary color
Monochromatic Colors of #2B9270
Black with #2B9270
Text Example
Text Example
White with #2B9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9270; }
p { color: rgb(43,146,112); }
H1.HeaderClassName
{
color: #2B9270;
}
.AnyTagClassName
{
color: #2B9270;
}
</style>
background-color css
<style>
a { background-color: #2B9270; }
a { background-color: rgb(43,146,112); }
div.DivClassName
{
background-color: #2B9270;
}
.BgClassName
{
background-color: #2B9270;
}
</style>
border-color css
<style>
span { border-color: #2B9270; }
span { border-color: rgb(43,146,112); }
td.TdClassName
{
border-color: #2B9270;
}
.TagClassName
{
border-color: #2B9270;
}
</style>