Shades of Elf Green #298874
Tints of Elf Green #298874
RGB
CMYK
RGB Variations
Color information
#298874 (or 0x298874) is known color: Elf Green. HEX triplet: 29, 88 and 74. RGB value is (41,136,116). Sum of RGB (Red+Green+Blue) = 41+136+116=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #298874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298874 is #D6778B. Grayscale: #696969. Windows color (decimal): -14055308 or 7637033. OLE color: 7637033.
HSL color Cylindrical-coordinate representation of color #298874: hue angle of 167.37º degrees, saturation: 0.54, 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 #298874 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 136 | 116 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.47 |
| HSL | 167.37º | 0.54% | 0.35% | - |
| HSV(B) | 167.37º | 0.7% | 0.53% | - |
| XYZ | 12.87 | 19.34 | 19.58 | - |
| YUV | 105.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 116 | 0.70 | 0 | 0.15 | 0.47 | 167.37 | 0.54 | 0.35 |
| Hex | 29 | 88 | 74 | 46 | 0 | F | 2F | A7 | 36 | 23 |
| Octal | 51 | 210 | 164 | 106 | 0 | 17 | 57 | 247 | 66 | 43 |
| Binary | 101001 | 10001000 | 1110100 | 1000110 | 0 | 1111 | 101111 | 10100111 | 110110 | 100011 |
Color Harmonies of #298874
Complementary color
Monochromatic Colors of #298874
Black with #298874
Text Example
Text Example
White with #298874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298874; }
p { color: rgb(41,136,116); }
H1.HeaderClassName
{
color: #298874;
}
.AnyTagClassName
{
color: #298874;
}
</style>
background-color css
<style>
a { background-color: #298874; }
a { background-color: rgb(41,136,116); }
div.DivClassName
{
background-color: #298874;
}
.BgClassName
{
background-color: #298874;
}
</style>
border-color css
<style>
span { border-color: #298874; }
span { border-color: rgb(41,136,116); }
td.TdClassName
{
border-color: #298874;
}
.TagClassName
{
border-color: #298874;
}
</style>