Shades of Elf Green #2A956D
Tints of Elf Green #2A956D
RGB
CMYK
RGB Variations
Color information
#2A956D (or 0x2A956D) is known color: Elf Green. HEX triplet: 2A, 95 and 6D. RGB value is (42,149,109). Sum of RGB (Red+Green+Blue) = 42+149+109=300 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #2A956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A956D is #D56A92. Grayscale: #707070. Windows color (decimal): -13986451 or 7181610. OLE color: 7181610.
HSL color Cylindrical-coordinate representation of color #2A956D: hue angle of 157.57º 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 #2A956D is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 109 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.42 |
| HSL | 157.57º | 0.56% | 0.37% | - |
| HSV(B) | 157.57º | 0.72% | 0.58% | - |
| XYZ | 14.46 | 23.09 | 18.16 | - |
| YUV | 112.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 109 | 0.72 | 0 | 0.27 | 0.42 | 157.57 | 0.56 | 0.37 |
| Hex | 2A | 95 | 6D | 48 | 0 | 1B | 2A | 9E | 38 | 25 |
| Octal | 52 | 225 | 155 | 110 | 0 | 33 | 52 | 236 | 70 | 45 |
| Binary | 101010 | 10010101 | 1101101 | 1001000 | 0 | 11011 | 101010 | 10011110 | 111000 | 100101 |
Color Harmonies of #2A956D
Complementary color
Monochromatic Colors of #2A956D
Black with #2A956D
Text Example
Text Example
White with #2A956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A956D; }
p { color: rgb(42,149,109); }
H1.HeaderClassName
{
color: #2A956D;
}
.AnyTagClassName
{
color: #2A956D;
}
</style>
background-color css
<style>
a { background-color: #2A956D; }
a { background-color: rgb(42,149,109); }
div.DivClassName
{
background-color: #2A956D;
}
.BgClassName
{
background-color: #2A956D;
}
</style>
border-color css
<style>
span { border-color: #2A956D; }
span { border-color: rgb(42,149,109); }
td.TdClassName
{
border-color: #2A956D;
}
.TagClassName
{
border-color: #2A956D;
}
</style>