Shades of Elf Green #2A9972
Tints of Elf Green #2A9972
RGB
CMYK
RGB Variations
Color information
#2A9972 (or 0x2A9972) is known color: Elf Green. HEX triplet: 2A, 99 and 72. RGB value is (42,153,114). Sum of RGB (Red+Green+Blue) = 42+153+114=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9972 is #D5668D. Grayscale: #737373. Windows color (decimal): -13985422 or 7510314. OLE color: 7510314.
HSL color Cylindrical-coordinate representation of color #2A9972: hue angle of 158.92º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9972 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 114 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.4 |
| HSL | 158.92º | 0.57% | 0.38% | - |
| HSV(B) | 158.92º | 0.73% | 0.6% | - |
| XYZ | 15.38 | 24.49 | 19.84 | - |
| YUV | 115.37 | 127.23 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 114 | 0.73 | 0 | 0.25 | 0.4 | 158.92 | 0.57 | 0.38 |
| Hex | 2A | 99 | 72 | 49 | 0 | 19 | 28 | 9F | 39 | 26 |
| Octal | 52 | 231 | 162 | 111 | 0 | 31 | 50 | 237 | 71 | 46 |
| Binary | 101010 | 10011001 | 1110010 | 1001001 | 0 | 11001 | 101000 | 10011111 | 111001 | 100110 |
Color Harmonies of #2A9972
Complementary color
Monochromatic Colors of #2A9972
Black with #2A9972
Text Example
Text Example
White with #2A9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9972; }
p { color: rgb(42,153,114); }
H1.HeaderClassName
{
color: #2A9972;
}
.AnyTagClassName
{
color: #2A9972;
}
</style>
background-color css
<style>
a { background-color: #2A9972; }
a { background-color: rgb(42,153,114); }
div.DivClassName
{
background-color: #2A9972;
}
.BgClassName
{
background-color: #2A9972;
}
</style>
border-color css
<style>
span { border-color: #2A9972; }
span { border-color: rgb(42,153,114); }
td.TdClassName
{
border-color: #2A9972;
}
.TagClassName
{
border-color: #2A9972;
}
</style>