Shades of Elf Green #299279
Tints of Elf Green #299279
RGB
CMYK
RGB Variations
Color information
#299279 (or 0x299279) is known color: Elf Green. HEX triplet: 29, 92 and 79. RGB value is (41,146,121). Sum of RGB (Red+Green+Blue) = 41+146+121=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #299279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #299279 is #D66D86. Grayscale: #6F6F6F. Windows color (decimal): -14052743 or 7967273. OLE color: 7967273.
HSL color Cylindrical-coordinate representation of color #299279: hue angle of 165.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299279 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 146 | 121 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.43 |
| HSL | 165.71º | 0.56% | 0.37% | - |
| HSV(B) | 165.71º | 0.72% | 0.57% | - |
| XYZ | 14.64 | 22.41 | 21.64 | - |
| YUV | 111.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 121 | 0.72 | 0 | 0.17 | 0.43 | 165.71 | 0.56 | 0.37 |
| Hex | 29 | 92 | 79 | 48 | 0 | 11 | 2B | A6 | 38 | 25 |
| Octal | 51 | 222 | 171 | 110 | 0 | 21 | 53 | 246 | 70 | 45 |
| Binary | 101001 | 10010010 | 1111001 | 1001000 | 0 | 10001 | 101011 | 10100110 | 111000 | 100101 |
Color Harmonies of #299279
Complementary color
Monochromatic Colors of #299279
Black with #299279
Text Example
Text Example
White with #299279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299279; }
p { color: rgb(41,146,121); }
H1.HeaderClassName
{
color: #299279;
}
.AnyTagClassName
{
color: #299279;
}
</style>
background-color css
<style>
a { background-color: #299279; }
a { background-color: rgb(41,146,121); }
div.DivClassName
{
background-color: #299279;
}
.BgClassName
{
background-color: #299279;
}
</style>
border-color css
<style>
span { border-color: #299279; }
span { border-color: rgb(41,146,121); }
td.TdClassName
{
border-color: #299279;
}
.TagClassName
{
border-color: #299279;
}
</style>