Shades of Elf Green #298463
Tints of Elf Green #298463
RGB
CMYK
RGB Variations
Color information
#298463 (or 0x298463) is known color: Elf Green. HEX triplet: 29, 84 and 63. RGB value is (41,132,99). Sum of RGB (Red+Green+Blue) = 41+132+99=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #298463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298463 is #D67B9C. Grayscale: #656565. Windows color (decimal): -14056349 or 6521897. OLE color: 6521897.
HSL color Cylindrical-coordinate representation of color #298463: hue angle of 158.24º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298463 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 41 | 132 | 99 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.48 |
| HSL | 158.24º | 0.53% | 0.34% | - |
| HSV(B) | 158.24º | 0.69% | 0.52% | - |
| XYZ | 11.42 | 17.87 | 14.65 | - |
| YUV | 101.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 99 | 0.69 | 0 | 0.25 | 0.48 | 158.24 | 0.53 | 0.34 |
| Hex | 29 | 84 | 63 | 45 | 0 | 19 | 30 | 9E | 35 | 22 |
| Octal | 51 | 204 | 143 | 105 | 0 | 31 | 60 | 236 | 65 | 42 |
| Binary | 101001 | 10000100 | 1100011 | 1000101 | 0 | 11001 | 110000 | 10011110 | 110101 | 100010 |
Color Harmonies of #298463
Complementary color
Monochromatic Colors of #298463
Black with #298463
Text Example
Text Example
White with #298463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298463; }
p { color: rgb(41,132,99); }
H1.HeaderClassName
{
color: #298463;
}
.AnyTagClassName
{
color: #298463;
}
</style>
background-color css
<style>
a { background-color: #298463; }
a { background-color: rgb(41,132,99); }
div.DivClassName
{
background-color: #298463;
}
.BgClassName
{
background-color: #298463;
}
</style>
border-color css
<style>
span { border-color: #298463; }
span { border-color: rgb(41,132,99); }
td.TdClassName
{
border-color: #298463;
}
.TagClassName
{
border-color: #298463;
}
</style>