Shades of Elf Green #2B9872
Tints of Elf Green #2B9872
RGB
CMYK
RGB Variations
Color information
#2B9872 (or 0x2B9872) is known color: Elf Green. HEX triplet: 2B, 98 and 72. RGB value is (43,152,114). Sum of RGB (Red+Green+Blue) = 43+152+114=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9872 is #D4678D. Grayscale: #737373. Windows color (decimal): -13920142 or 7510059. OLE color: 7510059.
HSL color Cylindrical-coordinate representation of color #2B9872: hue angle of 159.08º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9872 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 152 | 114 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.40 |
| HSL | 159.08º | 0.56% | 0.38% | - |
| HSV(B) | 159.08º | 0.72% | 0.6% | - |
| XYZ | 15.26 | 24.18 | 19.78 | - |
| YUV | 115.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 152 | 114 | 0.72 | 0 | 0.25 | 0.40 | 159.08 | 0.56 | 0.38 |
| Hex | 2B | 98 | 72 | 48 | 0 | 19 | 28 | 9F | 38 | 26 |
| Octal | 53 | 230 | 162 | 110 | 0 | 31 | 50 | 237 | 70 | 46 |
| Binary | 101011 | 10011000 | 1110010 | 1001000 | 0 | 11001 | 101000 | 10011111 | 111000 | 100110 |
Color Harmonies of #2B9872
Complementary color
Monochromatic Colors of #2B9872
Black with #2B9872
Text Example
Text Example
White with #2B9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9872; }
p { color: rgb(43,152,114); }
H1.HeaderClassName
{
color: #2B9872;
}
.AnyTagClassName
{
color: #2B9872;
}
</style>
background-color css
<style>
a { background-color: #2B9872; }
a { background-color: rgb(43,152,114); }
div.DivClassName
{
background-color: #2B9872;
}
.BgClassName
{
background-color: #2B9872;
}
</style>
border-color css
<style>
span { border-color: #2B9872; }
span { border-color: rgb(43,152,114); }
td.TdClassName
{
border-color: #2B9872;
}
.TagClassName
{
border-color: #2B9872;
}
</style>