Shades of Elf Green #2B9072
Tints of Elf Green #2B9072
RGB
CMYK
RGB Variations
Color information
#2B9072 (or 0x2B9072) is known color: Elf Green. HEX triplet: 2B, 90 and 72. RGB value is (43,144,114). Sum of RGB (Red+Green+Blue) = 43+144+114=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9072 is #D46F8D. Grayscale: #6E6E6E. Windows color (decimal): -13922190 or 7508011. OLE color: 7508011.
HSL color Cylindrical-coordinate representation of color #2B9072: hue angle of 162.18º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9072 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 114 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.44 |
| HSL | 162.18º | 0.54% | 0.37% | - |
| HSV(B) | 162.18º | 0.7% | 0.56% | - |
| XYZ | 14.01 | 21.68 | 19.37 | - |
| YUV | 110.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 114 | 0.70 | 0 | 0.21 | 0.44 | 162.18 | 0.54 | 0.37 |
| Hex | 2B | 90 | 72 | 46 | 0 | 15 | 2C | A2 | 36 | 25 |
| Octal | 53 | 220 | 162 | 106 | 0 | 25 | 54 | 242 | 66 | 45 |
| Binary | 101011 | 10010000 | 1110010 | 1000110 | 0 | 10101 | 101100 | 10100010 | 110110 | 100101 |
Color Harmonies of #2B9072
Complementary color
Monochromatic Colors of #2B9072
Black with #2B9072
Text Example
Text Example
White with #2B9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9072; }
p { color: rgb(43,144,114); }
H1.HeaderClassName
{
color: #2B9072;
}
.AnyTagClassName
{
color: #2B9072;
}
</style>
background-color css
<style>
a { background-color: #2B9072; }
a { background-color: rgb(43,144,114); }
div.DivClassName
{
background-color: #2B9072;
}
.BgClassName
{
background-color: #2B9072;
}
</style>
border-color css
<style>
span { border-color: #2B9072; }
span { border-color: rgb(43,144,114); }
td.TdClassName
{
border-color: #2B9072;
}
.TagClassName
{
border-color: #2B9072;
}
</style>