Shades of Elf Green #249474
Tints of Elf Green #249474
RGB
CMYK
RGB Variations
Color information
#249474 (or 0x249474) is known color: Elf Green. HEX triplet: 24, 94 and 74. RGB value is (36,148,116). Sum of RGB (Red+Green+Blue) = 36+148+116=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #249474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249474 is #DB6B8B. Grayscale: #6E6E6E. Windows color (decimal): -14379916 or 7640100. OLE color: 7640100.
HSL color Cylindrical-coordinate representation of color #249474: hue angle of 162.86º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249474 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 116 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.42 |
| HSL | 162.86º | 0.61% | 0.36% | - |
| HSV(B) | 162.86º | 0.76% | 0.58% | - |
| XYZ | 14.47 | 22.82 | 20.16 | - |
| YUV | 110.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 116 | 0.76 | 0 | 0.22 | 0.42 | 162.86 | 0.61 | 0.36 |
| Hex | 24 | 94 | 74 | 4C | 0 | 16 | 2A | A3 | 3D | 24 |
| Octal | 44 | 224 | 164 | 114 | 0 | 26 | 52 | 243 | 75 | 44 |
| Binary | 100100 | 10010100 | 1110100 | 1001100 | 0 | 10110 | 101010 | 10100011 | 111101 | 100100 |
Color Harmonies of #249474
Complementary color
Monochromatic Colors of #249474
Black with #249474
Text Example
Text Example
White with #249474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249474; }
p { color: rgb(36,148,116); }
H1.HeaderClassName
{
color: #249474;
}
.AnyTagClassName
{
color: #249474;
}
</style>
background-color css
<style>
a { background-color: #249474; }
a { background-color: rgb(36,148,116); }
div.DivClassName
{
background-color: #249474;
}
.BgClassName
{
background-color: #249474;
}
</style>
border-color css
<style>
span { border-color: #249474; }
span { border-color: rgb(36,148,116); }
td.TdClassName
{
border-color: #249474;
}
.TagClassName
{
border-color: #249474;
}
</style>