Shades of Elf Green #248266
Tints of Elf Green #248266
RGB
CMYK
RGB Variations
Color information
#248266 (or 0x248266) is known color: Elf Green. HEX triplet: 24, 82 and 66. RGB value is (36,130,102). Sum of RGB (Red+Green+Blue) = 36+130+102=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #248266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248266 is #DB7D99. Grayscale: #626262. Windows color (decimal): -14384538 or 6717988. OLE color: 6717988.
HSL color Cylindrical-coordinate representation of color #248266: hue angle of 162.13º 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 #248266 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 102 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.49 |
| HSL | 162.13º | 0.57% | 0.33% | - |
| HSV(B) | 162.13º | 0.72% | 0.51% | - |
| XYZ | 11.11 | 17.3 | 15.32 | - |
| YUV | 98.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 102 | 0.72 | 0 | 0.22 | 0.49 | 162.13 | 0.57 | 0.33 |
| Hex | 24 | 82 | 66 | 48 | 0 | 16 | 31 | A2 | 39 | 21 |
| Octal | 44 | 202 | 146 | 110 | 0 | 26 | 61 | 242 | 71 | 41 |
| Binary | 100100 | 10000010 | 1100110 | 1001000 | 0 | 10110 | 110001 | 10100010 | 111001 | 100001 |
Color Harmonies of #248266
Complementary color
Monochromatic Colors of #248266
Black with #248266
Text Example
Text Example
White with #248266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248266; }
p { color: rgb(36,130,102); }
H1.HeaderClassName
{
color: #248266;
}
.AnyTagClassName
{
color: #248266;
}
</style>
background-color css
<style>
a { background-color: #248266; }
a { background-color: rgb(36,130,102); }
div.DivClassName
{
background-color: #248266;
}
.BgClassName
{
background-color: #248266;
}
</style>
border-color css
<style>
span { border-color: #248266; }
span { border-color: rgb(36,130,102); }
td.TdClassName
{
border-color: #248266;
}
.TagClassName
{
border-color: #248266;
}
</style>