Shades of Elf Green #249275
Tints of Elf Green #249275
RGB
CMYK
RGB Variations
Color information
#249275 (or 0x249275) is known color: Elf Green. HEX triplet: 24, 92 and 75. RGB value is (36,146,117). Sum of RGB (Red+Green+Blue) = 36+146+117=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #249275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249275 is #DB6D8A. Grayscale: #6D6D6D. Windows color (decimal): -14380427 or 7705124. OLE color: 7705124.
HSL color Cylindrical-coordinate representation of color #249275: hue angle of 164.18º 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 #249275 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 117 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.43 |
| HSL | 164.18º | 0.6% | 0.36% | - |
| HSV(B) | 164.18º | 0.75% | 0.57% | - |
| XYZ | 14.22 | 22.22 | 20.37 | - |
| YUV | 109.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 117 | 0.75 | 0 | 0.20 | 0.43 | 164.18 | 0.6 | 0.36 |
| Hex | 24 | 92 | 75 | 4B | 0 | 14 | 2B | A4 | 3C | 24 |
| Octal | 44 | 222 | 165 | 113 | 0 | 24 | 53 | 244 | 74 | 44 |
| Binary | 100100 | 10010010 | 1110101 | 1001011 | 0 | 10100 | 101011 | 10100100 | 111100 | 100100 |
Color Harmonies of #249275
Complementary color
Monochromatic Colors of #249275
Black with #249275
Text Example
Text Example
White with #249275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249275; }
p { color: rgb(36,146,117); }
H1.HeaderClassName
{
color: #249275;
}
.AnyTagClassName
{
color: #249275;
}
</style>
background-color css
<style>
a { background-color: #249275; }
a { background-color: rgb(36,146,117); }
div.DivClassName
{
background-color: #249275;
}
.BgClassName
{
background-color: #249275;
}
</style>
border-color css
<style>
span { border-color: #249275; }
span { border-color: rgb(36,146,117); }
td.TdClassName
{
border-color: #249275;
}
.TagClassName
{
border-color: #249275;
}
</style>