Shades of Elf Green #299076
Tints of Elf Green #299076
RGB
CMYK
RGB Variations
Color information
#299076 (or 0x299076) is known color: Elf Green. HEX triplet: 29, 90 and 76. RGB value is (41,144,118). Sum of RGB (Red+Green+Blue) = 41+144+118=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #299076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299076 is #D66F89. Grayscale: #6E6E6E. Windows color (decimal): -14053258 or 7770153. OLE color: 7770153.
HSL color Cylindrical-coordinate representation of color #299076: hue angle of 164.85º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299076 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 118 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.44 |
| HSL | 164.85º | 0.56% | 0.36% | - |
| HSV(B) | 164.85º | 0.72% | 0.56% | - |
| XYZ | 14.16 | 21.73 | 20.59 | - |
| YUV | 110.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 118 | 0.72 | 0 | 0.18 | 0.44 | 164.85 | 0.56 | 0.36 |
| Hex | 29 | 90 | 76 | 48 | 0 | 12 | 2C | A5 | 38 | 24 |
| Octal | 51 | 220 | 166 | 110 | 0 | 22 | 54 | 245 | 70 | 44 |
| Binary | 101001 | 10010000 | 1110110 | 1001000 | 0 | 10010 | 101100 | 10100101 | 111000 | 100100 |
Color Harmonies of #299076
Complementary color
Monochromatic Colors of #299076
Black with #299076
Text Example
Text Example
White with #299076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299076; }
p { color: rgb(41,144,118); }
H1.HeaderClassName
{
color: #299076;
}
.AnyTagClassName
{
color: #299076;
}
</style>
background-color css
<style>
a { background-color: #299076; }
a { background-color: rgb(41,144,118); }
div.DivClassName
{
background-color: #299076;
}
.BgClassName
{
background-color: #299076;
}
</style>
border-color css
<style>
span { border-color: #299076; }
span { border-color: rgb(41,144,118); }
td.TdClassName
{
border-color: #299076;
}
.TagClassName
{
border-color: #299076;
}
</style>