Shades of Elf Green #2A9377
Tints of Elf Green #2A9377
RGB
CMYK
RGB Variations
Color information
#2A9377 (or 0x2A9377) is known color: Elf Green. HEX triplet: 2A, 93 and 77. RGB value is (42,147,119). Sum of RGB (Red+Green+Blue) = 42+147+119=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9377 is #D56C88. Grayscale: #707070. Windows color (decimal): -13986953 or 7836458. OLE color: 7836458.
HSL color Cylindrical-coordinate representation of color #2A9377: hue angle of 164º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9377 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 119 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.42 |
| HSL | 164º | 0.56% | 0.37% | - |
| HSV(B) | 164º | 0.71% | 0.58% | - |
| XYZ | 14.72 | 22.69 | 21.06 | - |
| YUV | 112.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 119 | 0.71 | 0 | 0.19 | 0.42 | 164 | 0.56 | 0.37 |
| Hex | 2A | 93 | 77 | 47 | 0 | 13 | 2A | A4 | 38 | 25 |
| Octal | 52 | 223 | 167 | 107 | 0 | 23 | 52 | 244 | 70 | 45 |
| Binary | 101010 | 10010011 | 1110111 | 1000111 | 0 | 10011 | 101010 | 10100100 | 111000 | 100101 |
Color Harmonies of #2A9377
Complementary color
Monochromatic Colors of #2A9377
Black with #2A9377
Text Example
Text Example
White with #2A9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9377; }
p { color: rgb(42,147,119); }
H1.HeaderClassName
{
color: #2A9377;
}
.AnyTagClassName
{
color: #2A9377;
}
</style>
background-color css
<style>
a { background-color: #2A9377; }
a { background-color: rgb(42,147,119); }
div.DivClassName
{
background-color: #2A9377;
}
.BgClassName
{
background-color: #2A9377;
}
</style>
border-color css
<style>
span { border-color: #2A9377; }
span { border-color: rgb(42,147,119); }
td.TdClassName
{
border-color: #2A9377;
}
.TagClassName
{
border-color: #2A9377;
}
</style>