Shades of Elf Green #238166
Tints of Elf Green #238166
RGB
CMYK
RGB Variations
Color information
#238166 (or 0x238166) is known color: Elf Green. HEX triplet: 23, 81 and 66. RGB value is (35,129,102). Sum of RGB (Red+Green+Blue) = 35+129+102=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #238166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238166 is #DC7E99. Grayscale: #616161. Windows color (decimal): -14450330 or 6717731. OLE color: 6717731.
HSL color Cylindrical-coordinate representation of color #238166: hue angle of 162.77º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238166 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 102 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.49 |
| HSL | 162.77º | 0.57% | 0.32% | - |
| HSV(B) | 162.77º | 0.73% | 0.51% | - |
| XYZ | 10.94 | 17.02 | 15.28 | - |
| YUV | 97.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 102 | 0.73 | 0 | 0.21 | 0.49 | 162.77 | 0.57 | 0.32 |
| Hex | 23 | 81 | 66 | 49 | 0 | 15 | 31 | A3 | 39 | 20 |
| Octal | 43 | 201 | 146 | 111 | 0 | 25 | 61 | 243 | 71 | 40 |
| Binary | 100011 | 10000001 | 1100110 | 1001001 | 0 | 10101 | 110001 | 10100011 | 111001 | 100000 |
Color Harmonies of #238166
Complementary color
Monochromatic Colors of #238166
Black with #238166
Text Example
Text Example
White with #238166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238166; }
p { color: rgb(35,129,102); }
H1.HeaderClassName
{
color: #238166;
}
.AnyTagClassName
{
color: #238166;
}
</style>
background-color css
<style>
a { background-color: #238166; }
a { background-color: rgb(35,129,102); }
div.DivClassName
{
background-color: #238166;
}
.BgClassName
{
background-color: #238166;
}
</style>
border-color css
<style>
span { border-color: #238166; }
span { border-color: rgb(35,129,102); }
td.TdClassName
{
border-color: #238166;
}
.TagClassName
{
border-color: #238166;
}
</style>