Shades of Elf Green #298971
Tints of Elf Green #298971
RGB
CMYK
RGB Variations
Color information
#298971 (or 0x298971) is known color: Elf Green. HEX triplet: 29, 89 and 71. RGB value is (41,137,113). Sum of RGB (Red+Green+Blue) = 41+137+113=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #298971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298971 is #D6768E. Grayscale: #696969. Windows color (decimal): -14055055 or 7440681. OLE color: 7440681.
HSL color Cylindrical-coordinate representation of color #298971: hue angle of 165º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298971 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 137 | 113 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.46 |
| HSL | 165º | 0.54% | 0.35% | - |
| HSV(B) | 165º | 0.7% | 0.54% | - |
| XYZ | 12.84 | 19.55 | 18.72 | - |
| YUV | 105.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 137 | 113 | 0.70 | 0 | 0.18 | 0.46 | 165 | 0.54 | 0.35 |
| Hex | 29 | 89 | 71 | 46 | 0 | 12 | 2E | A5 | 36 | 23 |
| Octal | 51 | 211 | 161 | 106 | 0 | 22 | 56 | 245 | 66 | 43 |
| Binary | 101001 | 10001001 | 1110001 | 1000110 | 0 | 10010 | 101110 | 10100101 | 110110 | 100011 |
Color Harmonies of #298971
Complementary color
Monochromatic Colors of #298971
Black with #298971
Text Example
Text Example
White with #298971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298971; }
p { color: rgb(41,137,113); }
H1.HeaderClassName
{
color: #298971;
}
.AnyTagClassName
{
color: #298971;
}
</style>
background-color css
<style>
a { background-color: #298971; }
a { background-color: rgb(41,137,113); }
div.DivClassName
{
background-color: #298971;
}
.BgClassName
{
background-color: #298971;
}
</style>
border-color css
<style>
span { border-color: #298971; }
span { border-color: rgb(41,137,113); }
td.TdClassName
{
border-color: #298971;
}
.TagClassName
{
border-color: #298971;
}
</style>