Shades of Elf Green #249B74
Tints of Elf Green #249B74
RGB
CMYK
RGB Variations
Color information
#249B74 (or 0x249B74) is known color: Elf Green. HEX triplet: 24, 9B and 74. RGB value is (36,155,116). Sum of RGB (Red+Green+Blue) = 36+155+116=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #249B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #249B74 is #DB648B. Grayscale: #737373. Windows color (decimal): -14378124 or 7641892. OLE color: 7641892.
HSL color Cylindrical-coordinate representation of color #249B74: hue angle of 160.34º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B74 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 116 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.39 |
| HSL | 160.34º | 0.62% | 0.37% | - |
| HSV(B) | 160.34º | 0.77% | 0.61% | - |
| XYZ | 15.6 | 25.08 | 20.54 | - |
| YUV | 114.97 | 128.58 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 116 | 0.77 | 0 | 0.25 | 0.39 | 160.34 | 0.62 | 0.37 |
| Hex | 24 | 9B | 74 | 4D | 0 | 19 | 27 | A0 | 3E | 25 |
| Octal | 44 | 233 | 164 | 115 | 0 | 31 | 47 | 240 | 76 | 45 |
| Binary | 100100 | 10011011 | 1110100 | 1001101 | 0 | 11001 | 100111 | 10100000 | 111110 | 100101 |
Color Harmonies of #249B74
Complementary color
Monochromatic Colors of #249B74
Black with #249B74
Text Example
Text Example
White with #249B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B74; }
p { color: rgb(36,155,116); }
H1.HeaderClassName
{
color: #249B74;
}
.AnyTagClassName
{
color: #249B74;
}
</style>
background-color css
<style>
a { background-color: #249B74; }
a { background-color: rgb(36,155,116); }
div.DivClassName
{
background-color: #249B74;
}
.BgClassName
{
background-color: #249B74;
}
</style>
border-color css
<style>
span { border-color: #249B74; }
span { border-color: rgb(36,155,116); }
td.TdClassName
{
border-color: #249B74;
}
.TagClassName
{
border-color: #249B74;
}
</style>