Shades of Elf Green #248A6C
Tints of Elf Green #248A6C
RGB
CMYK
RGB Variations
Color information
#248A6C (or 0x248A6C) is known color: Elf Green. HEX triplet: 24, 8A and 6C. RGB value is (36,138,108). Sum of RGB (Red+Green+Blue) = 36+138+108=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 138 - color contains mainly: green. Hex color #248A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248A6C is #DB7593. Grayscale: #686868. Windows color (decimal): -14382484 or 7113252. OLE color: 7113252.
HSL color Cylindrical-coordinate representation of color #248A6C: hue angle of 162.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A6C is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 108 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.46 |
| HSL | 162.35º | 0.59% | 0.34% | - |
| HSV(B) | 162.35º | 0.74% | 0.54% | - |
| XYZ | 12.52 | 19.63 | 17.32 | - |
| YUV | 104.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 108 | 0.74 | 0 | 0.22 | 0.46 | 162.35 | 0.59 | 0.34 |
| Hex | 24 | 8A | 6C | 4A | 0 | 16 | 2E | A2 | 3B | 22 |
| Octal | 44 | 212 | 154 | 112 | 0 | 26 | 56 | 242 | 73 | 42 |
| Binary | 100100 | 10001010 | 1101100 | 1001010 | 0 | 10110 | 101110 | 10100010 | 111011 | 100010 |
Color Harmonies of #248A6C
Complementary color
Monochromatic Colors of #248A6C
Black with #248A6C
Text Example
Text Example
White with #248A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A6C; }
p { color: rgb(36,138,108); }
H1.HeaderClassName
{
color: #248A6C;
}
.AnyTagClassName
{
color: #248A6C;
}
</style>
background-color css
<style>
a { background-color: #248A6C; }
a { background-color: rgb(36,138,108); }
div.DivClassName
{
background-color: #248A6C;
}
.BgClassName
{
background-color: #248A6C;
}
</style>
border-color css
<style>
span { border-color: #248A6C; }
span { border-color: rgb(36,138,108); }
td.TdClassName
{
border-color: #248A6C;
}
.TagClassName
{
border-color: #248A6C;
}
</style>