Shades of Elf Green #2A946E
Tints of Elf Green #2A946E
RGB
CMYK
RGB Variations
Color information
#2A946E (or 0x2A946E) is known color: Elf Green. HEX triplet: 2A, 94 and 6E. RGB value is (42,148,110). Sum of RGB (Red+Green+Blue) = 42+148+110=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #2A946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A946E is #D56B91. Grayscale: #707070. Windows color (decimal): -13986706 or 7246890. OLE color: 7246890.
HSL color Cylindrical-coordinate representation of color #2A946E: hue angle of 158.49º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A946E is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 110 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.42 |
| HSL | 158.49º | 0.56% | 0.37% | - |
| HSV(B) | 158.49º | 0.72% | 0.58% | - |
| XYZ | 14.36 | 22.8 | 18.4 | - |
| YUV | 111.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 110 | 0.72 | 0 | 0.26 | 0.42 | 158.49 | 0.56 | 0.37 |
| Hex | 2A | 94 | 6E | 48 | 0 | 1A | 2A | 9E | 38 | 25 |
| Octal | 52 | 224 | 156 | 110 | 0 | 32 | 52 | 236 | 70 | 45 |
| Binary | 101010 | 10010100 | 1101110 | 1001000 | 0 | 11010 | 101010 | 10011110 | 111000 | 100101 |
Color Harmonies of #2A946E
Complementary color
Monochromatic Colors of #2A946E
Black with #2A946E
Text Example
Text Example
White with #2A946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A946E; }
p { color: rgb(42,148,110); }
H1.HeaderClassName
{
color: #2A946E;
}
.AnyTagClassName
{
color: #2A946E;
}
</style>
background-color css
<style>
a { background-color: #2A946E; }
a { background-color: rgb(42,148,110); }
div.DivClassName
{
background-color: #2A946E;
}
.BgClassName
{
background-color: #2A946E;
}
</style>
border-color css
<style>
span { border-color: #2A946E; }
span { border-color: rgb(42,148,110); }
td.TdClassName
{
border-color: #2A946E;
}
.TagClassName
{
border-color: #2A946E;
}
</style>