Shades of Elf Green #299174
Tints of Elf Green #299174
RGB
CMYK
RGB Variations
Color information
#299174 (or 0x299174) is known color: Elf Green. HEX triplet: 29, 91 and 74. RGB value is (41,145,116). Sum of RGB (Red+Green+Blue) = 41+145+116=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #299174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299174 is #D66E8B. Grayscale: #6E6E6E. Windows color (decimal): -14053004 or 7639337. OLE color: 7639337.
HSL color Cylindrical-coordinate representation of color #299174: hue angle of 163.27º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299174 is Cyan = 0.72, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 145 | 116 | - |
| CMYK | 0.72 | 0 | 0.2 | 0.43 |
| HSL | 163.27º | 0.56% | 0.36% | - |
| HSV(B) | 163.27º | 0.72% | 0.57% | - |
| XYZ | 14.19 | 21.98 | 20.02 | - |
| YUV | 110.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 116 | 0.72 | 0 | 0.2 | 0.43 | 163.27 | 0.56 | 0.36 |
| Hex | 29 | 91 | 74 | 48 | 0 | 14 | 2B | A3 | 38 | 24 |
| Octal | 51 | 221 | 164 | 110 | 0 | 24 | 53 | 243 | 70 | 44 |
| Binary | 101001 | 10010001 | 1110100 | 1001000 | 0 | 10100 | 101011 | 10100011 | 111000 | 100100 |
Color Harmonies of #299174
Complementary color
Monochromatic Colors of #299174
Black with #299174
Text Example
Text Example
White with #299174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299174; }
p { color: rgb(41,145,116); }
H1.HeaderClassName
{
color: #299174;
}
.AnyTagClassName
{
color: #299174;
}
</style>
background-color css
<style>
a { background-color: #299174; }
a { background-color: rgb(41,145,116); }
div.DivClassName
{
background-color: #299174;
}
.BgClassName
{
background-color: #299174;
}
</style>
border-color css
<style>
span { border-color: #299174; }
span { border-color: rgb(41,145,116); }
td.TdClassName
{
border-color: #299174;
}
.TagClassName
{
border-color: #299174;
}
</style>