Shades of Elf Green #238866
Tints of Elf Green #238866
RGB
CMYK
RGB Variations
Color information
#238866 (or 0x238866) is known color: Elf Green. HEX triplet: 23, 88 and 66. RGB value is (35,136,102). Sum of RGB (Red+Green+Blue) = 35+136+102=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #238866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238866 is #DC7799. Grayscale: #656565. Windows color (decimal): -14448538 or 6719523. OLE color: 6719523.
HSL color Cylindrical-coordinate representation of color #238866: hue angle of 159.8º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238866 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 102 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.47 |
| HSL | 159.8º | 0.59% | 0.34% | - |
| HSV(B) | 159.8º | 0.74% | 0.53% | - |
| XYZ | 11.9 | 18.92 | 15.6 | - |
| YUV | 101.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 102 | 0.74 | 0 | 0.25 | 0.47 | 159.8 | 0.59 | 0.34 |
| Hex | 23 | 88 | 66 | 4A | 0 | 19 | 2F | A0 | 3B | 22 |
| Octal | 43 | 210 | 146 | 112 | 0 | 31 | 57 | 240 | 73 | 42 |
| Binary | 100011 | 10001000 | 1100110 | 1001010 | 0 | 11001 | 101111 | 10100000 | 111011 | 100010 |
Color Harmonies of #238866
Complementary color
Monochromatic Colors of #238866
Black with #238866
Text Example
Text Example
White with #238866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238866; }
p { color: rgb(35,136,102); }
H1.HeaderClassName
{
color: #238866;
}
.AnyTagClassName
{
color: #238866;
}
</style>
background-color css
<style>
a { background-color: #238866; }
a { background-color: rgb(35,136,102); }
div.DivClassName
{
background-color: #238866;
}
.BgClassName
{
background-color: #238866;
}
</style>
border-color css
<style>
span { border-color: #238866; }
span { border-color: rgb(35,136,102); }
td.TdClassName
{
border-color: #238866;
}
.TagClassName
{
border-color: #238866;
}
</style>