Shades of Elf Green #299077
Tints of Elf Green #299077
RGB
CMYK
RGB Variations
Color information
#299077 (or 0x299077) is known color: Elf Green. HEX triplet: 29, 90 and 77. RGB value is (41,144,119). Sum of RGB (Red+Green+Blue) = 41+144+119=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #299077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299077 is #D66F88. Grayscale: #6E6E6E. Windows color (decimal): -14053257 or 7835689. OLE color: 7835689.
HSL color Cylindrical-coordinate representation of color #299077: hue angle of 165.44º 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 #299077 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 119 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.44 |
| HSL | 165.44º | 0.56% | 0.36% | - |
| HSV(B) | 165.44º | 0.72% | 0.56% | - |
| XYZ | 14.22 | 21.75 | 20.9 | - |
| YUV | 110.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 119 | 0.72 | 0 | 0.17 | 0.44 | 165.44 | 0.56 | 0.36 |
| Hex | 29 | 90 | 77 | 48 | 0 | 11 | 2C | A5 | 38 | 24 |
| Octal | 51 | 220 | 167 | 110 | 0 | 21 | 54 | 245 | 70 | 44 |
| Binary | 101001 | 10010000 | 1110111 | 1001000 | 0 | 10001 | 101100 | 10100101 | 111000 | 100100 |
Color Harmonies of #299077
Complementary color
Monochromatic Colors of #299077
Black with #299077
Text Example
Text Example
White with #299077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299077; }
p { color: rgb(41,144,119); }
H1.HeaderClassName
{
color: #299077;
}
.AnyTagClassName
{
color: #299077;
}
</style>
background-color css
<style>
a { background-color: #299077; }
a { background-color: rgb(41,144,119); }
div.DivClassName
{
background-color: #299077;
}
.BgClassName
{
background-color: #299077;
}
</style>
border-color css
<style>
span { border-color: #299077; }
span { border-color: rgb(41,144,119); }
td.TdClassName
{
border-color: #299077;
}
.TagClassName
{
border-color: #299077;
}
</style>