Shades of Elf Green #239166
Tints of Elf Green #239166
RGB
CMYK
RGB Variations
Color information
#239166 (or 0x239166) is known color: Elf Green. HEX triplet: 23, 91 and 66. RGB value is (35,145,102). Sum of RGB (Red+Green+Blue) = 35+145+102=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #239166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239166 is #DC6E99. Grayscale: #6B6B6B. Windows color (decimal): -14446234 or 6721827. OLE color: 6721827.
HSL color Cylindrical-coordinate representation of color #239166: hue angle of 156.55º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239166 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 102 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.43 |
| HSL | 156.55º | 0.61% | 0.35% | - |
| HSV(B) | 156.55º | 0.76% | 0.57% | - |
| XYZ | 13.22 | 21.57 | 16.04 | - |
| YUV | 107.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 102 | 0.76 | 0 | 0.30 | 0.43 | 156.55 | 0.61 | 0.35 |
| Hex | 23 | 91 | 66 | 4C | 0 | 1E | 2B | 9D | 3D | 23 |
| Octal | 43 | 221 | 146 | 114 | 0 | 36 | 53 | 235 | 75 | 43 |
| Binary | 100011 | 10010001 | 1100110 | 1001100 | 0 | 11110 | 101011 | 10011101 | 111101 | 100011 |
Color Harmonies of #239166
Complementary color
Monochromatic Colors of #239166
Black with #239166
Text Example
Text Example
White with #239166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239166; }
p { color: rgb(35,145,102); }
H1.HeaderClassName
{
color: #239166;
}
.AnyTagClassName
{
color: #239166;
}
</style>
background-color css
<style>
a { background-color: #239166; }
a { background-color: rgb(35,145,102); }
div.DivClassName
{
background-color: #239166;
}
.BgClassName
{
background-color: #239166;
}
</style>
border-color css
<style>
span { border-color: #239166; }
span { border-color: rgb(35,145,102); }
td.TdClassName
{
border-color: #239166;
}
.TagClassName
{
border-color: #239166;
}
</style>