Shades of Elf Green #249069
Tints of Elf Green #249069
RGB
CMYK
RGB Variations
Color information
#249069 (or 0x249069) is known color: Elf Green. HEX triplet: 24, 90 and 69. RGB value is (36,144,105). Sum of RGB (Red+Green+Blue) = 36+144+105=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #249069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249069 is #DB6F96. Grayscale: #6B6B6B. Windows color (decimal): -14380951 or 6918180. OLE color: 6918180.
HSL color Cylindrical-coordinate representation of color #249069: hue angle of 158.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249069 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 144 | 105 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.44 |
| HSL | 158.33º | 0.6% | 0.35% | - |
| HSV(B) | 158.33º | 0.75% | 0.56% | - |
| XYZ | 13.25 | 21.34 | 16.79 | - |
| YUV | 107.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 144 | 105 | 0.75 | 0 | 0.27 | 0.44 | 158.33 | 0.6 | 0.35 |
| Hex | 24 | 90 | 69 | 4B | 0 | 1B | 2C | 9E | 3C | 23 |
| Octal | 44 | 220 | 151 | 113 | 0 | 33 | 54 | 236 | 74 | 43 |
| Binary | 100100 | 10010000 | 1101001 | 1001011 | 0 | 11011 | 101100 | 10011110 | 111100 | 100011 |
Color Harmonies of #249069
Complementary color
Monochromatic Colors of #249069
Black with #249069
Text Example
Text Example
White with #249069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249069; }
p { color: rgb(36,144,105); }
H1.HeaderClassName
{
color: #249069;
}
.AnyTagClassName
{
color: #249069;
}
</style>
background-color css
<style>
a { background-color: #249069; }
a { background-color: rgb(36,144,105); }
div.DivClassName
{
background-color: #249069;
}
.BgClassName
{
background-color: #249069;
}
</style>
border-color css
<style>
span { border-color: #249069; }
span { border-color: rgb(36,144,105); }
td.TdClassName
{
border-color: #249069;
}
.TagClassName
{
border-color: #249069;
}
</style>