Shades of Elf Green #298665
Tints of Elf Green #298665
RGB
CMYK
RGB Variations
Color information
#298665 (or 0x298665) is known color: Elf Green. HEX triplet: 29, 86 and 65. RGB value is (41,134,101). Sum of RGB (Red+Green+Blue) = 41+134+101=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #298665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298665 is #D6799A. Grayscale: #666666. Windows color (decimal): -14055835 or 6653481. OLE color: 6653481.
HSL color Cylindrical-coordinate representation of color #298665: hue angle of 158.71º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298665 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 134 | 101 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.47 |
| HSL | 158.71º | 0.53% | 0.34% | - |
| HSV(B) | 158.71º | 0.69% | 0.53% | - |
| XYZ | 11.79 | 18.46 | 15.25 | - |
| YUV | 102.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 134 | 101 | 0.69 | 0 | 0.25 | 0.47 | 158.71 | 0.53 | 0.34 |
| Hex | 29 | 86 | 65 | 45 | 0 | 19 | 2F | 9F | 35 | 22 |
| Octal | 51 | 206 | 145 | 105 | 0 | 31 | 57 | 237 | 65 | 42 |
| Binary | 101001 | 10000110 | 1100101 | 1000101 | 0 | 11001 | 101111 | 10011111 | 110101 | 100010 |
Color Harmonies of #298665
Complementary color
Monochromatic Colors of #298665
Black with #298665
Text Example
Text Example
White with #298665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298665; }
p { color: rgb(41,134,101); }
H1.HeaderClassName
{
color: #298665;
}
.AnyTagClassName
{
color: #298665;
}
</style>
background-color css
<style>
a { background-color: #298665; }
a { background-color: rgb(41,134,101); }
div.DivClassName
{
background-color: #298665;
}
.BgClassName
{
background-color: #298665;
}
</style>
border-color css
<style>
span { border-color: #298665; }
span { border-color: rgb(41,134,101); }
td.TdClassName
{
border-color: #298665;
}
.TagClassName
{
border-color: #298665;
}
</style>