Shades of Elf Green #299573
Tints of Elf Green #299573
RGB
CMYK
RGB Variations
Color information
#299573 (or 0x299573) is known color: Elf Green. HEX triplet: 29, 95 and 73. RGB value is (41,149,115). Sum of RGB (Red+Green+Blue) = 41+149+115=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #299573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299573 is #D66A8C. Grayscale: #707070. Windows color (decimal): -14051981 or 7574825. OLE color: 7574825.
HSL color Cylindrical-coordinate representation of color #299573: hue angle of 161.11º degrees, saturation: 0.57, 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 #299573 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 149 | 115 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.42 |
| HSL | 161.11º | 0.57% | 0.37% | - |
| HSV(B) | 161.11º | 0.72% | 0.58% | - |
| XYZ | 14.76 | 23.2 | 19.92 | - |
| YUV | 112.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 115 | 0.72 | 0 | 0.23 | 0.42 | 161.11 | 0.57 | 0.37 |
| Hex | 29 | 95 | 73 | 48 | 0 | 17 | 2A | A1 | 39 | 25 |
| Octal | 51 | 225 | 163 | 110 | 0 | 27 | 52 | 241 | 71 | 45 |
| Binary | 101001 | 10010101 | 1110011 | 1001000 | 0 | 10111 | 101010 | 10100001 | 111001 | 100101 |
Color Harmonies of #299573
Complementary color
Monochromatic Colors of #299573
Black with #299573
Text Example
Text Example
White with #299573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299573; }
p { color: rgb(41,149,115); }
H1.HeaderClassName
{
color: #299573;
}
.AnyTagClassName
{
color: #299573;
}
</style>
background-color css
<style>
a { background-color: #299573; }
a { background-color: rgb(41,149,115); }
div.DivClassName
{
background-color: #299573;
}
.BgClassName
{
background-color: #299573;
}
</style>
border-color css
<style>
span { border-color: #299573; }
span { border-color: rgb(41,149,115); }
td.TdClassName
{
border-color: #299573;
}
.TagClassName
{
border-color: #299573;
}
</style>