Shades of Elf Green #248367
Tints of Elf Green #248367
RGB
CMYK
RGB Variations
Color information
#248367 (or 0x248367) is known color: Elf Green. HEX triplet: 24, 83 and 67. RGB value is (36,131,103). Sum of RGB (Red+Green+Blue) = 36+131+103=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #248367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248367 is #DB7C98. Grayscale: #636363. Windows color (decimal): -14384281 or 6783780. OLE color: 6783780.
HSL color Cylindrical-coordinate representation of color #248367: hue angle of 162.32º 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 #248367 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 131 | 103 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.49 |
| HSL | 162.32º | 0.57% | 0.33% | - |
| HSV(B) | 162.32º | 0.73% | 0.51% | - |
| XYZ | 11.29 | 17.59 | 15.63 | - |
| YUV | 99.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 131 | 103 | 0.73 | 0 | 0.21 | 0.49 | 162.32 | 0.57 | 0.33 |
| Hex | 24 | 83 | 67 | 49 | 0 | 15 | 31 | A2 | 39 | 21 |
| Octal | 44 | 203 | 147 | 111 | 0 | 25 | 61 | 242 | 71 | 41 |
| Binary | 100100 | 10000011 | 1100111 | 1001001 | 0 | 10101 | 110001 | 10100010 | 111001 | 100001 |
Color Harmonies of #248367
Complementary color
Monochromatic Colors of #248367
Black with #248367
Text Example
Text Example
White with #248367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248367; }
p { color: rgb(36,131,103); }
H1.HeaderClassName
{
color: #248367;
}
.AnyTagClassName
{
color: #248367;
}
</style>
background-color css
<style>
a { background-color: #248367; }
a { background-color: rgb(36,131,103); }
div.DivClassName
{
background-color: #248367;
}
.BgClassName
{
background-color: #248367;
}
</style>
border-color css
<style>
span { border-color: #248367; }
span { border-color: rgb(36,131,103); }
td.TdClassName
{
border-color: #248367;
}
.TagClassName
{
border-color: #248367;
}
</style>