Shades of Elf Green #2A9975
Tints of Elf Green #2A9975
RGB
CMYK
RGB Variations
Color information
#2A9975 (or 0x2A9975) is known color: Elf Green. HEX triplet: 2A, 99 and 75. RGB value is (42,153,117). Sum of RGB (Red+Green+Blue) = 42+153+117=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9975 is #D5668A. Grayscale: #737373. Windows color (decimal): -13985419 or 7706922. OLE color: 7706922.
HSL color Cylindrical-coordinate representation of color #2A9975: hue angle of 160.54º 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 #2A9975 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 117 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.4 |
| HSL | 160.54º | 0.57% | 0.38% | - |
| HSV(B) | 160.54º | 0.73% | 0.6% | - |
| XYZ | 15.56 | 24.56 | 20.75 | - |
| YUV | 115.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 117 | 0.73 | 0 | 0.24 | 0.4 | 160.54 | 0.57 | 0.38 |
| Hex | 2A | 99 | 75 | 49 | 0 | 18 | 28 | A1 | 39 | 26 |
| Octal | 52 | 231 | 165 | 111 | 0 | 30 | 50 | 241 | 71 | 46 |
| Binary | 101010 | 10011001 | 1110101 | 1001001 | 0 | 11000 | 101000 | 10100001 | 111001 | 100110 |
Color Harmonies of #2A9975
Complementary color
Monochromatic Colors of #2A9975
Black with #2A9975
Text Example
Text Example
White with #2A9975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9975; }
p { color: rgb(42,153,117); }
H1.HeaderClassName
{
color: #2A9975;
}
.AnyTagClassName
{
color: #2A9975;
}
</style>
background-color css
<style>
a { background-color: #2A9975; }
a { background-color: rgb(42,153,117); }
div.DivClassName
{
background-color: #2A9975;
}
.BgClassName
{
background-color: #2A9975;
}
</style>
border-color css
<style>
span { border-color: #2A9975; }
span { border-color: rgb(42,153,117); }
td.TdClassName
{
border-color: #2A9975;
}
.TagClassName
{
border-color: #2A9975;
}
</style>