Shades of Elf Green #24826D
Tints of Elf Green #24826D
RGB
CMYK
RGB Variations
Color information
#24826D (or 0x24826D) is known color: Elf Green. HEX triplet: 24, 82 and 6D. RGB value is (36,130,109). Sum of RGB (Red+Green+Blue) = 36+130+109=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #24826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24826D is #DB7D92. Grayscale: #636363. Windows color (decimal): -14384531 or 7176740. OLE color: 7176740.
HSL color Cylindrical-coordinate representation of color #24826D: hue angle of 166.6º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24826D is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 109 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.49 |
| HSL | 166.6º | 0.57% | 0.33% | - |
| HSV(B) | 166.6º | 0.72% | 0.51% | - |
| XYZ | 11.47 | 17.44 | 17.23 | - |
| YUV | 99.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 109 | 0.72 | 0 | 0.16 | 0.49 | 166.6 | 0.57 | 0.33 |
| Hex | 24 | 82 | 6D | 48 | 0 | 10 | 31 | A7 | 39 | 21 |
| Octal | 44 | 202 | 155 | 110 | 0 | 20 | 61 | 247 | 71 | 41 |
| Binary | 100100 | 10000010 | 1101101 | 1001000 | 0 | 10000 | 110001 | 10100111 | 111001 | 100001 |
Color Harmonies of #24826D
Complementary color
Monochromatic Colors of #24826D
Black with #24826D
Text Example
Text Example
White with #24826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24826D; }
p { color: rgb(36,130,109); }
H1.HeaderClassName
{
color: #24826D;
}
.AnyTagClassName
{
color: #24826D;
}
</style>
background-color css
<style>
a { background-color: #24826D; }
a { background-color: rgb(36,130,109); }
div.DivClassName
{
background-color: #24826D;
}
.BgClassName
{
background-color: #24826D;
}
</style>
border-color css
<style>
span { border-color: #24826D; }
span { border-color: rgb(36,130,109); }
td.TdClassName
{
border-color: #24826D;
}
.TagClassName
{
border-color: #24826D;
}
</style>