Shades of Elf Green #248C69
Tints of Elf Green #248C69
RGB
CMYK
RGB Variations
Color information
#248C69 (or 0x248C69) is known color: Elf Green. HEX triplet: 24, 8C and 69. RGB value is (36,140,105). Sum of RGB (Red+Green+Blue) = 36+140+105=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #248C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C69 is #DB7396. Grayscale: #686868. Windows color (decimal): -14381975 or 6917156. OLE color: 6917156.
HSL color Cylindrical-coordinate representation of color #248C69: hue angle of 159.81º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C69 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 105 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.45 |
| HSL | 159.81º | 0.59% | 0.35% | - |
| HSV(B) | 159.81º | 0.74% | 0.55% | - |
| XYZ | 12.66 | 20.15 | 16.59 | - |
| YUV | 104.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 105 | 0.74 | 0 | 0.25 | 0.45 | 159.81 | 0.59 | 0.35 |
| Hex | 24 | 8C | 69 | 4A | 0 | 19 | 2D | A0 | 3B | 23 |
| Octal | 44 | 214 | 151 | 112 | 0 | 31 | 55 | 240 | 73 | 43 |
| Binary | 100100 | 10001100 | 1101001 | 1001010 | 0 | 11001 | 101101 | 10100000 | 111011 | 100011 |
Color Harmonies of #248C69
Complementary color
Monochromatic Colors of #248C69
Black with #248C69
Text Example
Text Example
White with #248C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C69; }
p { color: rgb(36,140,105); }
H1.HeaderClassName
{
color: #248C69;
}
.AnyTagClassName
{
color: #248C69;
}
</style>
background-color css
<style>
a { background-color: #248C69; }
a { background-color: rgb(36,140,105); }
div.DivClassName
{
background-color: #248C69;
}
.BgClassName
{
background-color: #248C69;
}
</style>
border-color css
<style>
span { border-color: #248C69; }
span { border-color: rgb(36,140,105); }
td.TdClassName
{
border-color: #248C69;
}
.TagClassName
{
border-color: #248C69;
}
</style>