Shades of Elf Green #248366
Tints of Elf Green #248366
RGB
CMYK
RGB Variations
Color information
#248366 (or 0x248366) is known color: Elf Green. HEX triplet: 24, 83 and 66. RGB value is (36,131,102). Sum of RGB (Red+Green+Blue) = 36+131+102=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #248366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248366 is #DB7C99. Grayscale: #636363. Windows color (decimal): -14384282 or 6718244. OLE color: 6718244.
HSL color Cylindrical-coordinate representation of color #248366: hue angle of 161.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248366 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 131 | 102 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.49 |
| HSL | 161.68º | 0.57% | 0.33% | - |
| HSV(B) | 161.68º | 0.73% | 0.51% | - |
| XYZ | 11.24 | 17.57 | 15.37 | - |
| YUV | 99.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 102 | 0.73 | 0 | 0.22 | 0.49 | 161.68 | 0.57 | 0.33 |
| Hex | 24 | 83 | 66 | 49 | 0 | 16 | 31 | A2 | 39 | 21 |
| Octal | 44 | 203 | 146 | 111 | 0 | 26 | 61 | 242 | 71 | 41 |
| Binary | 100100 | 10000011 | 1100110 | 1001001 | 0 | 10110 | 110001 | 10100010 | 111001 | 100001 |
Color Harmonies of #248366
Complementary color
Monochromatic Colors of #248366
Black with #248366
Text Example
Text Example
White with #248366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248366; }
p { color: rgb(36,131,102); }
H1.HeaderClassName
{
color: #248366;
}
.AnyTagClassName
{
color: #248366;
}
</style>
background-color css
<style>
a { background-color: #248366; }
a { background-color: rgb(36,131,102); }
div.DivClassName
{
background-color: #248366;
}
.BgClassName
{
background-color: #248366;
}
</style>
border-color css
<style>
span { border-color: #248366; }
span { border-color: rgb(36,131,102); }
td.TdClassName
{
border-color: #248366;
}
.TagClassName
{
border-color: #248366;
}
</style>