Shades of Elf Green #238165
Tints of Elf Green #238165
RGB
CMYK
RGB Variations
Color information
#238165 (or 0x238165) is known color: Elf Green. HEX triplet: 23, 81 and 65. RGB value is (35,129,101). Sum of RGB (Red+Green+Blue) = 35+129+101=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #238165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238165 is #DC7E9A. Grayscale: #616161. Windows color (decimal): -14450331 or 6652195. OLE color: 6652195.
HSL color Cylindrical-coordinate representation of color #238165: hue angle of 162.13º 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 #238165 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 129 | 101 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.49 |
| HSL | 162.13º | 0.57% | 0.32% | - |
| HSV(B) | 162.13º | 0.73% | 0.51% | - |
| XYZ | 10.89 | 17 | 15.02 | - |
| YUV | 97.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 129 | 101 | 0.73 | 0 | 0.22 | 0.49 | 162.13 | 0.57 | 0.32 |
| Hex | 23 | 81 | 65 | 49 | 0 | 16 | 31 | A2 | 39 | 20 |
| Octal | 43 | 201 | 145 | 111 | 0 | 26 | 61 | 242 | 71 | 40 |
| Binary | 100011 | 10000001 | 1100101 | 1001001 | 0 | 10110 | 110001 | 10100010 | 111001 | 100000 |
Color Harmonies of #238165
Complementary color
Monochromatic Colors of #238165
Black with #238165
Text Example
Text Example
White with #238165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238165; }
p { color: rgb(35,129,101); }
H1.HeaderClassName
{
color: #238165;
}
.AnyTagClassName
{
color: #238165;
}
</style>
background-color css
<style>
a { background-color: #238165; }
a { background-color: rgb(35,129,101); }
div.DivClassName
{
background-color: #238165;
}
.BgClassName
{
background-color: #238165;
}
</style>
border-color css
<style>
span { border-color: #238165; }
span { border-color: rgb(35,129,101); }
td.TdClassName
{
border-color: #238165;
}
.TagClassName
{
border-color: #238165;
}
</style>