Shades of Elf Green #2A9776
Tints of Elf Green #2A9776
RGB
CMYK
RGB Variations
Color information
#2A9776 (or 0x2A9776) is known color: Elf Green. HEX triplet: 2A, 97 and 76. RGB value is (42,151,118). Sum of RGB (Red+Green+Blue) = 42+151+118=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #2A9776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9776 is #D56889. Grayscale: #727272. Windows color (decimal): -13985930 or 7771946. OLE color: 7771946.
HSL color Cylindrical-coordinate representation of color #2A9776: hue angle of 161.83º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A9776 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 42 | 151 | 118 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.41 |
| HSL | 161.83º | 0.56% | 0.38% | - |
| HSV(B) | 161.83º | 0.72% | 0.59% | - |
| XYZ | 15.29 | 23.93 | 20.95 | - |
| YUV | 114.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 151 | 118 | 0.72 | 0 | 0.22 | 0.41 | 161.83 | 0.56 | 0.38 |
| Hex | 2A | 97 | 76 | 48 | 0 | 16 | 29 | A2 | 38 | 26 |
| Octal | 52 | 227 | 166 | 110 | 0 | 26 | 51 | 242 | 70 | 46 |
| Binary | 101010 | 10010111 | 1110110 | 1001000 | 0 | 10110 | 101001 | 10100010 | 111000 | 100110 |
Color Harmonies of #2A9776
Complementary color
Monochromatic Colors of #2A9776
Black with #2A9776
Text Example
Text Example
White with #2A9776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9776; }
p { color: rgb(42,151,118); }
H1.HeaderClassName
{
color: #2A9776;
}
.AnyTagClassName
{
color: #2A9776;
}
</style>
background-color css
<style>
a { background-color: #2A9776; }
a { background-color: rgb(42,151,118); }
div.DivClassName
{
background-color: #2A9776;
}
.BgClassName
{
background-color: #2A9776;
}
</style>
border-color css
<style>
span { border-color: #2A9776; }
span { border-color: rgb(42,151,118); }
td.TdClassName
{
border-color: #2A9776;
}
.TagClassName
{
border-color: #2A9776;
}
</style>