Shades of Elf Green #238966
Tints of Elf Green #238966
RGB
CMYK
RGB Variations
Color information
#238966 (or 0x238966) is known color: Elf Green. HEX triplet: 23, 89 and 66. RGB value is (35,137,102). Sum of RGB (Red+Green+Blue) = 35+137+102=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #238966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238966 is #DC7699. Grayscale: #666666. Windows color (decimal): -14448282 or 6719779. OLE color: 6719779.
HSL color Cylindrical-coordinate representation of color #238966: hue angle of 159.41º 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 #238966 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 102 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.46 |
| HSL | 159.41º | 0.59% | 0.34% | - |
| HSV(B) | 159.41º | 0.74% | 0.54% | - |
| XYZ | 12.04 | 19.21 | 15.64 | - |
| YUV | 102.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 102 | 0.74 | 0 | 0.26 | 0.46 | 159.41 | 0.59 | 0.34 |
| Hex | 23 | 89 | 66 | 4A | 0 | 1A | 2E | 9F | 3B | 22 |
| Octal | 43 | 211 | 146 | 112 | 0 | 32 | 56 | 237 | 73 | 42 |
| Binary | 100011 | 10001001 | 1100110 | 1001010 | 0 | 11010 | 101110 | 10011111 | 111011 | 100010 |
Color Harmonies of #238966
Complementary color
Monochromatic Colors of #238966
Black with #238966
Text Example
Text Example
White with #238966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238966; }
p { color: rgb(35,137,102); }
H1.HeaderClassName
{
color: #238966;
}
.AnyTagClassName
{
color: #238966;
}
</style>
background-color css
<style>
a { background-color: #238966; }
a { background-color: rgb(35,137,102); }
div.DivClassName
{
background-color: #238966;
}
.BgClassName
{
background-color: #238966;
}
</style>
border-color css
<style>
span { border-color: #238966; }
span { border-color: rgb(35,137,102); }
td.TdClassName
{
border-color: #238966;
}
.TagClassName
{
border-color: #238966;
}
</style>