Shades of Elf Green #24826B
Tints of Elf Green #24826B
RGB
CMYK
RGB Variations
Color information
#24826B (or 0x24826B) is known color: Elf Green. HEX triplet: 24, 82 and 6B. RGB value is (36,130,107). Sum of RGB (Red+Green+Blue) = 36+130+107=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #24826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24826B is #DB7D94. Grayscale: #636363. Windows color (decimal): -14384533 or 7045668. OLE color: 7045668.
HSL color Cylindrical-coordinate representation of color #24826B: hue angle of 165.32º 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 #24826B is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 107 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.49 |
| HSL | 165.32º | 0.57% | 0.33% | - |
| HSV(B) | 165.32º | 0.72% | 0.51% | - |
| XYZ | 11.36 | 17.4 | 16.67 | - |
| YUV | 99.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 107 | 0.72 | 0 | 0.18 | 0.49 | 165.32 | 0.57 | 0.33 |
| Hex | 24 | 82 | 6B | 48 | 0 | 12 | 31 | A5 | 39 | 21 |
| Octal | 44 | 202 | 153 | 110 | 0 | 22 | 61 | 245 | 71 | 41 |
| Binary | 100100 | 10000010 | 1101011 | 1001000 | 0 | 10010 | 110001 | 10100101 | 111001 | 100001 |
Color Harmonies of #24826B
Complementary color
Monochromatic Colors of #24826B
Black with #24826B
Text Example
Text Example
White with #24826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24826B; }
p { color: rgb(36,130,107); }
H1.HeaderClassName
{
color: #24826B;
}
.AnyTagClassName
{
color: #24826B;
}
</style>
background-color css
<style>
a { background-color: #24826B; }
a { background-color: rgb(36,130,107); }
div.DivClassName
{
background-color: #24826B;
}
.BgClassName
{
background-color: #24826B;
}
</style>
border-color css
<style>
span { border-color: #24826B; }
span { border-color: rgb(36,130,107); }
td.TdClassName
{
border-color: #24826B;
}
.TagClassName
{
border-color: #24826B;
}
</style>