Shades of Elf Green #298D6A
Tints of Elf Green #298D6A
RGB
CMYK
RGB Variations
Color information
#298D6A (or 0x298D6A) is known color: Elf Green. HEX triplet: 29, 8D and 6A. RGB value is (41,141,106). Sum of RGB (Red+Green+Blue) = 41+141+106=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #298D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298D6A is #D67295. Grayscale: #6B6B6B. Windows color (decimal): -14054038 or 6982953. OLE color: 6982953.
HSL color Cylindrical-coordinate representation of color #298D6A: hue angle of 159º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298D6A is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 106 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.45 |
| HSL | 159º | 0.55% | 0.36% | - |
| HSV(B) | 159º | 0.71% | 0.55% | - |
| XYZ | 13.04 | 20.56 | 16.92 | - |
| YUV | 107.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 106 | 0.71 | 0 | 0.25 | 0.45 | 159 | 0.55 | 0.36 |
| Hex | 29 | 8D | 6A | 47 | 0 | 19 | 2D | 9F | 37 | 24 |
| Octal | 51 | 215 | 152 | 107 | 0 | 31 | 55 | 237 | 67 | 44 |
| Binary | 101001 | 10001101 | 1101010 | 1000111 | 0 | 11001 | 101101 | 10011111 | 110111 | 100100 |
Color Harmonies of #298D6A
Complementary color
Monochromatic Colors of #298D6A
Black with #298D6A
Text Example
Text Example
White with #298D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D6A; }
p { color: rgb(41,141,106); }
H1.HeaderClassName
{
color: #298D6A;
}
.AnyTagClassName
{
color: #298D6A;
}
</style>
background-color css
<style>
a { background-color: #298D6A; }
a { background-color: rgb(41,141,106); }
div.DivClassName
{
background-color: #298D6A;
}
.BgClassName
{
background-color: #298D6A;
}
</style>
border-color css
<style>
span { border-color: #298D6A; }
span { border-color: rgb(41,141,106); }
td.TdClassName
{
border-color: #298D6A;
}
.TagClassName
{
border-color: #298D6A;
}
</style>