Shades of Elf Green #249775
Tints of Elf Green #249775
RGB
CMYK
RGB Variations
Color information
#249775 (or 0x249775) is known color: Elf Green. HEX triplet: 24, 97 and 75. RGB value is (36,151,117). Sum of RGB (Red+Green+Blue) = 36+151+117=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #249775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249775 is #DB688A. Grayscale: #707070. Windows color (decimal): -14379147 or 7706404. OLE color: 7706404.
HSL color Cylindrical-coordinate representation of color #249775: hue angle of 162.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249775 is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 151 | 117 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.41 |
| HSL | 162.26º | 0.61% | 0.37% | - |
| HSV(B) | 162.26º | 0.76% | 0.59% | - |
| XYZ | 15.01 | 23.79 | 20.63 | - |
| YUV | 112.74 | 130.4 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 117 | 0.76 | 0 | 0.23 | 0.41 | 162.26 | 0.61 | 0.37 |
| Hex | 24 | 97 | 75 | 4C | 0 | 17 | 29 | A2 | 3D | 25 |
| Octal | 44 | 227 | 165 | 114 | 0 | 27 | 51 | 242 | 75 | 45 |
| Binary | 100100 | 10010111 | 1110101 | 1001100 | 0 | 10111 | 101001 | 10100010 | 111101 | 100101 |
Color Harmonies of #249775
Complementary color
Monochromatic Colors of #249775
Black with #249775
Text Example
Text Example
White with #249775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249775; }
p { color: rgb(36,151,117); }
H1.HeaderClassName
{
color: #249775;
}
.AnyTagClassName
{
color: #249775;
}
</style>
background-color css
<style>
a { background-color: #249775; }
a { background-color: rgb(36,151,117); }
div.DivClassName
{
background-color: #249775;
}
.BgClassName
{
background-color: #249775;
}
</style>
border-color css
<style>
span { border-color: #249775; }
span { border-color: rgb(36,151,117); }
td.TdClassName
{
border-color: #249775;
}
.TagClassName
{
border-color: #249775;
}
</style>