Shades of Elf Green #2B9279
Tints of Elf Green #2B9279
RGB
CMYK
RGB Variations
Color information
#2B9279 (or 0x2B9279) is known color: Elf Green. HEX triplet: 2B, 92 and 79. RGB value is (43,146,121). Sum of RGB (Red+Green+Blue) = 43+146+121=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9279 is #D46D86. Grayscale: #707070. Windows color (decimal): -13921671 or 7967275. OLE color: 7967275.
HSL color Cylindrical-coordinate representation of color #2B9279: hue angle of 165.44º 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 #2B9279 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 121 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.43 |
| HSL | 165.44º | 0.54% | 0.37% | - |
| HSV(B) | 165.44º | 0.71% | 0.57% | - |
| XYZ | 14.73 | 22.45 | 21.65 | - |
| YUV | 112.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 121 | 0.71 | 0 | 0.17 | 0.43 | 165.44 | 0.54 | 0.37 |
| Hex | 2B | 92 | 79 | 47 | 0 | 11 | 2B | A5 | 36 | 25 |
| Octal | 53 | 222 | 171 | 107 | 0 | 21 | 53 | 245 | 66 | 45 |
| Binary | 101011 | 10010010 | 1111001 | 1000111 | 0 | 10001 | 101011 | 10100101 | 110110 | 100101 |
Color Harmonies of #2B9279
Complementary color
Monochromatic Colors of #2B9279
Black with #2B9279
Text Example
Text Example
White with #2B9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9279; }
p { color: rgb(43,146,121); }
H1.HeaderClassName
{
color: #2B9279;
}
.AnyTagClassName
{
color: #2B9279;
}
</style>
background-color css
<style>
a { background-color: #2B9279; }
a { background-color: rgb(43,146,121); }
div.DivClassName
{
background-color: #2B9279;
}
.BgClassName
{
background-color: #2B9279;
}
</style>
border-color css
<style>
span { border-color: #2B9279; }
span { border-color: rgb(43,146,121); }
td.TdClassName
{
border-color: #2B9279;
}
.TagClassName
{
border-color: #2B9279;
}
</style>