Shades of Elf Green #298363
Tints of Elf Green #298363
RGB
CMYK
RGB Variations
Color information
#298363 (or 0x298363) is known color: Elf Green. HEX triplet: 29, 83 and 63. RGB value is (41,131,99). Sum of RGB (Red+Green+Blue) = 41+131+99=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #298363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298363 is #D67C9C. Grayscale: #646464. Windows color (decimal): -14056605 or 6521641. OLE color: 6521641.
HSL color Cylindrical-coordinate representation of color #298363: hue angle of 158.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298363 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 131 | 99 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.49 |
| HSL | 158.67º | 0.52% | 0.34% | - |
| HSV(B) | 158.67º | 0.69% | 0.51% | - |
| XYZ | 11.28 | 17.6 | 14.61 | - |
| YUV | 100.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 131 | 99 | 0.69 | 0 | 0.24 | 0.49 | 158.67 | 0.52 | 0.34 |
| Hex | 29 | 83 | 63 | 45 | 0 | 18 | 31 | 9F | 34 | 22 |
| Octal | 51 | 203 | 143 | 105 | 0 | 30 | 61 | 237 | 64 | 42 |
| Binary | 101001 | 10000011 | 1100011 | 1000101 | 0 | 11000 | 110001 | 10011111 | 110100 | 100010 |
Color Harmonies of #298363
Complementary color
Monochromatic Colors of #298363
Black with #298363
Text Example
Text Example
White with #298363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298363; }
p { color: rgb(41,131,99); }
H1.HeaderClassName
{
color: #298363;
}
.AnyTagClassName
{
color: #298363;
}
</style>
background-color css
<style>
a { background-color: #298363; }
a { background-color: rgb(41,131,99); }
div.DivClassName
{
background-color: #298363;
}
.BgClassName
{
background-color: #298363;
}
</style>
border-color css
<style>
span { border-color: #298363; }
span { border-color: rgb(41,131,99); }
td.TdClassName
{
border-color: #298363;
}
.TagClassName
{
border-color: #298363;
}
</style>