Shades of Elf Green #298E6B
Tints of Elf Green #298E6B
RGB
CMYK
RGB Variations
Color information
#298E6B (or 0x298E6B) is known color: Elf Green. HEX triplet: 29, 8E and 6B. RGB value is (41,142,107). Sum of RGB (Red+Green+Blue) = 41+142+107=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #298E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298E6B is #D67194. Grayscale: #6B6B6B. Windows color (decimal): -14053781 or 7048745. OLE color: 7048745.
HSL color Cylindrical-coordinate representation of color #298E6B: hue angle of 159.21º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298E6B is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 142 | 107 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.44 |
| HSL | 159.21º | 0.55% | 0.36% | - |
| HSV(B) | 159.21º | 0.71% | 0.56% | - |
| XYZ | 13.24 | 20.88 | 17.24 | - |
| YUV | 107.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 107 | 0.71 | 0 | 0.25 | 0.44 | 159.21 | 0.55 | 0.36 |
| Hex | 29 | 8E | 6B | 47 | 0 | 19 | 2C | 9F | 37 | 24 |
| Octal | 51 | 216 | 153 | 107 | 0 | 31 | 54 | 237 | 67 | 44 |
| Binary | 101001 | 10001110 | 1101011 | 1000111 | 0 | 11001 | 101100 | 10011111 | 110111 | 100100 |
Color Harmonies of #298E6B
Complementary color
Monochromatic Colors of #298E6B
Black with #298E6B
Text Example
Text Example
White with #298E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298E6B; }
p { color: rgb(41,142,107); }
H1.HeaderClassName
{
color: #298E6B;
}
.AnyTagClassName
{
color: #298E6B;
}
</style>
background-color css
<style>
a { background-color: #298E6B; }
a { background-color: rgb(41,142,107); }
div.DivClassName
{
background-color: #298E6B;
}
.BgClassName
{
background-color: #298E6B;
}
</style>
border-color css
<style>
span { border-color: #298E6B; }
span { border-color: rgb(41,142,107); }
td.TdClassName
{
border-color: #298E6B;
}
.TagClassName
{
border-color: #298E6B;
}
</style>