Shades of Elf Green #299078
Tints of Elf Green #299078
RGB
CMYK
RGB Variations
Color information
#299078 (or 0x299078) is known color: Elf Green. HEX triplet: 29, 90 and 78. RGB value is (41,144,120). Sum of RGB (Red+Green+Blue) = 41+144+120=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #299078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299078 is #D66F87. Grayscale: #6E6E6E. Windows color (decimal): -14053256 or 7901225. OLE color: 7901225.
HSL color Cylindrical-coordinate representation of color #299078: hue angle of 166.02º 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 #299078 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 120 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.44 |
| HSL | 166.02º | 0.56% | 0.36% | - |
| HSV(B) | 166.02º | 0.72% | 0.56% | - |
| XYZ | 14.28 | 21.77 | 21.22 | - |
| YUV | 110.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 120 | 0.72 | 0 | 0.17 | 0.44 | 166.02 | 0.56 | 0.36 |
| Hex | 29 | 90 | 78 | 48 | 0 | 11 | 2C | A6 | 38 | 24 |
| Octal | 51 | 220 | 170 | 110 | 0 | 21 | 54 | 246 | 70 | 44 |
| Binary | 101001 | 10010000 | 1111000 | 1001000 | 0 | 10001 | 101100 | 10100110 | 111000 | 100100 |
Color Harmonies of #299078
Complementary color
Monochromatic Colors of #299078
Black with #299078
Text Example
Text Example
White with #299078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299078; }
p { color: rgb(41,144,120); }
H1.HeaderClassName
{
color: #299078;
}
.AnyTagClassName
{
color: #299078;
}
</style>
background-color css
<style>
a { background-color: #299078; }
a { background-color: rgb(41,144,120); }
div.DivClassName
{
background-color: #299078;
}
.BgClassName
{
background-color: #299078;
}
</style>
border-color css
<style>
span { border-color: #299078; }
span { border-color: rgb(41,144,120); }
td.TdClassName
{
border-color: #299078;
}
.TagClassName
{
border-color: #299078;
}
</style>