Shades of Elf Green #298B70
Tints of Elf Green #298B70
RGB
CMYK
RGB Variations
Color information
#298B70 (or 0x298B70) is known color: Elf Green. HEX triplet: 29, 8B and 70. RGB value is (41,139,112). Sum of RGB (Red+Green+Blue) = 41+139+112=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #298B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298B70 is #D6748F. Grayscale: #6A6A6A. Windows color (decimal): -14054544 or 7375657. OLE color: 7375657.
HSL color Cylindrical-coordinate representation of color #298B70: hue angle of 163.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298B70 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 139 | 112 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.45 |
| HSL | 163.47º | 0.54% | 0.35% | - |
| HSV(B) | 163.47º | 0.71% | 0.55% | - |
| XYZ | 13.07 | 20.11 | 18.52 | - |
| YUV | 106.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 112 | 0.71 | 0 | 0.19 | 0.45 | 163.47 | 0.54 | 0.35 |
| Hex | 29 | 8B | 70 | 47 | 0 | 13 | 2D | A3 | 36 | 23 |
| Octal | 51 | 213 | 160 | 107 | 0 | 23 | 55 | 243 | 66 | 43 |
| Binary | 101001 | 10001011 | 1110000 | 1000111 | 0 | 10011 | 101101 | 10100011 | 110110 | 100011 |
Color Harmonies of #298B70
Complementary color
Monochromatic Colors of #298B70
Black with #298B70
Text Example
Text Example
White with #298B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298B70; }
p { color: rgb(41,139,112); }
H1.HeaderClassName
{
color: #298B70;
}
.AnyTagClassName
{
color: #298B70;
}
</style>
background-color css
<style>
a { background-color: #298B70; }
a { background-color: rgb(41,139,112); }
div.DivClassName
{
background-color: #298B70;
}
.BgClassName
{
background-color: #298B70;
}
</style>
border-color css
<style>
span { border-color: #298B70; }
span { border-color: rgb(41,139,112); }
td.TdClassName
{
border-color: #298B70;
}
.TagClassName
{
border-color: #298B70;
}
</style>