Shades of Elf Green #2B9A73
Tints of Elf Green #2B9A73
RGB
CMYK
RGB Variations
Color information
#2B9A73 (or 0x2B9A73) is known color: Elf Green. HEX triplet: 2B, 9A and 73. RGB value is (43,154,115). Sum of RGB (Red+Green+Blue) = 43+154+115=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9A73 is #D4658C. Grayscale: #747474. Windows color (decimal): -13919629 or 7576107. OLE color: 7576107.
HSL color Cylindrical-coordinate representation of color #2B9A73: hue angle of 158.92º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9A73 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 43 | 154 | 115 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.40 |
| HSL | 158.92º | 0.56% | 0.39% | - |
| HSV(B) | 158.92º | 0.72% | 0.6% | - |
| XYZ | 15.65 | 24.86 | 20.19 | - |
| YUV | 116.37 | 127.23 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 115 | 0.72 | 0 | 0.25 | 0.40 | 158.92 | 0.56 | 0.39 |
| Hex | 2B | 9A | 73 | 48 | 0 | 19 | 28 | 9F | 38 | 27 |
| Octal | 53 | 232 | 163 | 110 | 0 | 31 | 50 | 237 | 70 | 47 |
| Binary | 101011 | 10011010 | 1110011 | 1001000 | 0 | 11001 | 101000 | 10011111 | 111000 | 100111 |
Color Harmonies of #2B9A73
Complementary color
Monochromatic Colors of #2B9A73
Black with #2B9A73
Text Example
Text Example
White with #2B9A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9A73; }
p { color: rgb(43,154,115); }
H1.HeaderClassName
{
color: #2B9A73;
}
.AnyTagClassName
{
color: #2B9A73;
}
</style>
background-color css
<style>
a { background-color: #2B9A73; }
a { background-color: rgb(43,154,115); }
div.DivClassName
{
background-color: #2B9A73;
}
.BgClassName
{
background-color: #2B9A73;
}
</style>
border-color css
<style>
span { border-color: #2B9A73; }
span { border-color: rgb(43,154,115); }
td.TdClassName
{
border-color: #2B9A73;
}
.TagClassName
{
border-color: #2B9A73;
}
</style>