Shades of Elf Green #249268
Tints of Elf Green #249268
RGB
CMYK
RGB Variations
Color information
#249268 (or 0x249268) is known color: Elf Green. HEX triplet: 24, 92 and 68. RGB value is (36,146,104). Sum of RGB (Red+Green+Blue) = 36+146+104=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #249268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249268 is #DB6D97. Grayscale: #6C6C6C. Windows color (decimal): -14380440 or 6853156. OLE color: 6853156.
HSL color Cylindrical-coordinate representation of color #249268: hue angle of 157.09º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #249268 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 104 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.43 |
| HSL | 157.09º | 0.6% | 0.36% | - |
| HSV(B) | 157.09º | 0.75% | 0.57% | - |
| XYZ | 13.51 | 21.93 | 16.62 | - |
| YUV | 108.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 104 | 0.75 | 0 | 0.29 | 0.43 | 157.09 | 0.6 | 0.36 |
| Hex | 24 | 92 | 68 | 4B | 0 | 1D | 2B | 9D | 3C | 24 |
| Octal | 44 | 222 | 150 | 113 | 0 | 35 | 53 | 235 | 74 | 44 |
| Binary | 100100 | 10010010 | 1101000 | 1001011 | 0 | 11101 | 101011 | 10011101 | 111100 | 100100 |
Color Harmonies of #249268
Complementary color
Monochromatic Colors of #249268
Black with #249268
Text Example
Text Example
White with #249268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249268; }
p { color: rgb(36,146,104); }
H1.HeaderClassName
{
color: #249268;
}
.AnyTagClassName
{
color: #249268;
}
</style>
background-color css
<style>
a { background-color: #249268; }
a { background-color: rgb(36,146,104); }
div.DivClassName
{
background-color: #249268;
}
.BgClassName
{
background-color: #249268;
}
</style>
border-color css
<style>
span { border-color: #249268; }
span { border-color: rgb(36,146,104); }
td.TdClassName
{
border-color: #249268;
}
.TagClassName
{
border-color: #249268;
}
</style>