Shades of Elf Green #299373
Tints of Elf Green #299373
RGB
CMYK
RGB Variations
Color information
#299373 (or 0x299373) is known color: Elf Green. HEX triplet: 29, 93 and 73. RGB value is (41,147,115). Sum of RGB (Red+Green+Blue) = 41+147+115=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 147 (57.81% from 255 or 48.51% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 147 - color contains mainly: green. Hex color #299373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299373 is #D66C8C. Grayscale: #6F6F6F. Windows color (decimal): -14052493 or 7574313. OLE color: 7574313.
HSL color Cylindrical-coordinate representation of color #299373: hue angle of 161.89º 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 #299373 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 147 | 115 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.42 |
| HSL | 161.89º | 0.56% | 0.37% | - |
| HSV(B) | 161.89º | 0.72% | 0.58% | - |
| XYZ | 14.44 | 22.58 | 19.82 | - |
| YUV | 111.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 115 | 0.72 | 0 | 0.22 | 0.42 | 161.89 | 0.56 | 0.37 |
| Hex | 29 | 93 | 73 | 48 | 0 | 16 | 2A | A2 | 38 | 25 |
| Octal | 51 | 223 | 163 | 110 | 0 | 26 | 52 | 242 | 70 | 45 |
| Binary | 101001 | 10010011 | 1110011 | 1001000 | 0 | 10110 | 101010 | 10100010 | 111000 | 100101 |
Color Harmonies of #299373
Complementary color
Monochromatic Colors of #299373
Black with #299373
Text Example
Text Example
White with #299373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299373; }
p { color: rgb(41,147,115); }
H1.HeaderClassName
{
color: #299373;
}
.AnyTagClassName
{
color: #299373;
}
</style>
background-color css
<style>
a { background-color: #299373; }
a { background-color: rgb(41,147,115); }
div.DivClassName
{
background-color: #299373;
}
.BgClassName
{
background-color: #299373;
}
</style>
border-color css
<style>
span { border-color: #299373; }
span { border-color: rgb(41,147,115); }
td.TdClassName
{
border-color: #299373;
}
.TagClassName
{
border-color: #299373;
}
</style>