Shades of Elf Green #249D74
Tints of Elf Green #249D74
RGB
CMYK
RGB Variations
Color information
#249D74 (or 0x249D74) is known color: Elf Green. HEX triplet: 24, 9D and 74. RGB value is (36,157,116). Sum of RGB (Red+Green+Blue) = 36+157+116=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #249D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249D74 is #DB628B. Grayscale: #747474. Windows color (decimal): -14377612 or 7642404. OLE color: 7642404.
HSL color Cylindrical-coordinate representation of color #249D74: hue angle of 159.67º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249D74 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 116 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.38 |
| HSL | 159.67º | 0.63% | 0.38% | - |
| HSV(B) | 159.67º | 0.77% | 0.62% | - |
| XYZ | 15.94 | 25.75 | 20.65 | - |
| YUV | 116.15 | 127.91 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 116 | 0.77 | 0 | 0.26 | 0.38 | 159.67 | 0.63 | 0.38 |
| Hex | 24 | 9D | 74 | 4D | 0 | 1A | 26 | A0 | 3F | 26 |
| Octal | 44 | 235 | 164 | 115 | 0 | 32 | 46 | 240 | 77 | 46 |
| Binary | 100100 | 10011101 | 1110100 | 1001101 | 0 | 11010 | 100110 | 10100000 | 111111 | 100110 |
Color Harmonies of #249D74
Complementary color
Monochromatic Colors of #249D74
Black with #249D74
Text Example
Text Example
White with #249D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D74; }
p { color: rgb(36,157,116); }
H1.HeaderClassName
{
color: #249D74;
}
.AnyTagClassName
{
color: #249D74;
}
</style>
background-color css
<style>
a { background-color: #249D74; }
a { background-color: rgb(36,157,116); }
div.DivClassName
{
background-color: #249D74;
}
.BgClassName
{
background-color: #249D74;
}
</style>
border-color css
<style>
span { border-color: #249D74; }
span { border-color: rgb(36,157,116); }
td.TdClassName
{
border-color: #249D74;
}
.TagClassName
{
border-color: #249D74;
}
</style>