Shades of Elf Green #298164
Tints of Elf Green #298164
RGB
CMYK
RGB Variations
Color information
#298164 (or 0x298164) is known color: Elf Green. HEX triplet: 29, 81 and 64. RGB value is (41,129,100). Sum of RGB (Red+Green+Blue) = 41+129+100=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #298164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298164 is #D67E9B. Grayscale: #636363. Windows color (decimal): -14057116 or 6586665. OLE color: 6586665.
HSL color Cylindrical-coordinate representation of color #298164: hue angle of 160.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298164 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 41 | 129 | 100 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.49 |
| HSL | 160.23º | 0.52% | 0.33% | - |
| HSV(B) | 160.23º | 0.68% | 0.51% | - |
| XYZ | 11.06 | 17.09 | 14.77 | - |
| YUV | 99.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 100 | 0.68 | 0 | 0.22 | 0.49 | 160.23 | 0.52 | 0.33 |
| Hex | 29 | 81 | 64 | 44 | 0 | 16 | 31 | A0 | 34 | 21 |
| Octal | 51 | 201 | 144 | 104 | 0 | 26 | 61 | 240 | 64 | 41 |
| Binary | 101001 | 10000001 | 1100100 | 1000100 | 0 | 10110 | 110001 | 10100000 | 110100 | 100001 |
Color Harmonies of #298164
Complementary color
Monochromatic Colors of #298164
Black with #298164
Text Example
Text Example
White with #298164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298164; }
p { color: rgb(41,129,100); }
H1.HeaderClassName
{
color: #298164;
}
.AnyTagClassName
{
color: #298164;
}
</style>
background-color css
<style>
a { background-color: #298164; }
a { background-color: rgb(41,129,100); }
div.DivClassName
{
background-color: #298164;
}
.BgClassName
{
background-color: #298164;
}
</style>
border-color css
<style>
span { border-color: #298164; }
span { border-color: rgb(41,129,100); }
td.TdClassName
{
border-color: #298164;
}
.TagClassName
{
border-color: #298164;
}
</style>