Shades of Elf Green #298772
Tints of Elf Green #298772
RGB
CMYK
RGB Variations
Color information
#298772 (or 0x298772) is known color: Elf Green. HEX triplet: 29, 87 and 72. RGB value is (41,135,114). Sum of RGB (Red+Green+Blue) = 41+135+114=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #298772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298772 is #D6788D. Grayscale: #686868. Windows color (decimal): -14055566 or 7505705. OLE color: 7505705.
HSL color Cylindrical-coordinate representation of color #298772: hue angle of 166.6º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #298772 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 135 | 114 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.47 |
| HSL | 166.6º | 0.53% | 0.35% | - |
| HSV(B) | 166.6º | 0.7% | 0.53% | - |
| XYZ | 12.62 | 19.01 | 18.92 | - |
| YUV | 104.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 135 | 114 | 0.70 | 0 | 0.16 | 0.47 | 166.6 | 0.53 | 0.35 |
| Hex | 29 | 87 | 72 | 46 | 0 | 10 | 2F | A7 | 35 | 23 |
| Octal | 51 | 207 | 162 | 106 | 0 | 20 | 57 | 247 | 65 | 43 |
| Binary | 101001 | 10000111 | 1110010 | 1000110 | 0 | 10000 | 101111 | 10100111 | 110101 | 100011 |
Color Harmonies of #298772
Complementary color
Monochromatic Colors of #298772
Black with #298772
Text Example
Text Example
White with #298772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298772; }
p { color: rgb(41,135,114); }
H1.HeaderClassName
{
color: #298772;
}
.AnyTagClassName
{
color: #298772;
}
</style>
background-color css
<style>
a { background-color: #298772; }
a { background-color: rgb(41,135,114); }
div.DivClassName
{
background-color: #298772;
}
.BgClassName
{
background-color: #298772;
}
</style>
border-color css
<style>
span { border-color: #298772; }
span { border-color: rgb(41,135,114); }
td.TdClassName
{
border-color: #298772;
}
.TagClassName
{
border-color: #298772;
}
</style>