Shades of Elf Green #298C67
Tints of Elf Green #298C67
RGB
CMYK
RGB Variations
Color information
#298C67 (or 0x298C67) is known color: Elf Green. HEX triplet: 29, 8C and 67. RGB value is (41,140,103). Sum of RGB (Red+Green+Blue) = 41+140+103=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #298C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298C67 is #D67398. Grayscale: #6A6A6A. Windows color (decimal): -14054297 or 6786089. OLE color: 6786089.
HSL color Cylindrical-coordinate representation of color #298C67: hue angle of 157.58º degrees, saturation: 0.55, 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 #298C67 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 140 | 103 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.45 |
| HSL | 157.58º | 0.55% | 0.35% | - |
| HSV(B) | 157.58º | 0.71% | 0.55% | - |
| XYZ | 12.74 | 20.21 | 16.06 | - |
| YUV | 106.18 | 126.2 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 103 | 0.71 | 0 | 0.26 | 0.45 | 157.58 | 0.55 | 0.35 |
| Hex | 29 | 8C | 67 | 47 | 0 | 1A | 2D | 9E | 37 | 23 |
| Octal | 51 | 214 | 147 | 107 | 0 | 32 | 55 | 236 | 67 | 43 |
| Binary | 101001 | 10001100 | 1100111 | 1000111 | 0 | 11010 | 101101 | 10011110 | 110111 | 100011 |
Color Harmonies of #298C67
Complementary color
Monochromatic Colors of #298C67
Black with #298C67
Text Example
Text Example
White with #298C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298C67; }
p { color: rgb(41,140,103); }
H1.HeaderClassName
{
color: #298C67;
}
.AnyTagClassName
{
color: #298C67;
}
</style>
background-color css
<style>
a { background-color: #298C67; }
a { background-color: rgb(41,140,103); }
div.DivClassName
{
background-color: #298C67;
}
.BgClassName
{
background-color: #298C67;
}
</style>
border-color css
<style>
span { border-color: #298C67; }
span { border-color: rgb(41,140,103); }
td.TdClassName
{
border-color: #298C67;
}
.TagClassName
{
border-color: #298C67;
}
</style>