Shades of Elf Green #248268
Tints of Elf Green #248268
RGB
CMYK
RGB Variations
Color information
#248268 (or 0x248268) is known color: Elf Green. HEX triplet: 24, 82 and 68. RGB value is (36,130,104). Sum of RGB (Red+Green+Blue) = 36+130+104=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #248268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248268 is #DB7D97. Grayscale: #626262. Windows color (decimal): -14384536 or 6849060. OLE color: 6849060.
HSL color Cylindrical-coordinate representation of color #248268: hue angle of 163.4º 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 #248268 is Cyan = 0.72, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 104 | - |
| CMYK | 0.72 | 0 | 0.2 | 0.49 |
| HSL | 163.4º | 0.57% | 0.33% | - |
| HSV(B) | 163.4º | 0.72% | 0.51% | - |
| XYZ | 11.21 | 17.34 | 15.85 | - |
| YUV | 98.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 104 | 0.72 | 0 | 0.2 | 0.49 | 163.4 | 0.57 | 0.33 |
| Hex | 24 | 82 | 68 | 48 | 0 | 14 | 31 | A3 | 39 | 21 |
| Octal | 44 | 202 | 150 | 110 | 0 | 24 | 61 | 243 | 71 | 41 |
| Binary | 100100 | 10000010 | 1101000 | 1001000 | 0 | 10100 | 110001 | 10100011 | 111001 | 100001 |
Color Harmonies of #248268
Complementary color
Monochromatic Colors of #248268
Black with #248268
Text Example
Text Example
White with #248268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248268; }
p { color: rgb(36,130,104); }
H1.HeaderClassName
{
color: #248268;
}
.AnyTagClassName
{
color: #248268;
}
</style>
background-color css
<style>
a { background-color: #248268; }
a { background-color: rgb(36,130,104); }
div.DivClassName
{
background-color: #248268;
}
.BgClassName
{
background-color: #248268;
}
</style>
border-color css
<style>
span { border-color: #248268; }
span { border-color: rgb(36,130,104); }
td.TdClassName
{
border-color: #248268;
}
.TagClassName
{
border-color: #248268;
}
</style>