Shades of Elf Green #238D65
Tints of Elf Green #238D65
RGB
CMYK
RGB Variations
Color information
#238D65 (or 0x238D65) is known color: Elf Green. HEX triplet: 23, 8D and 65. RGB value is (35,141,101). Sum of RGB (Red+Green+Blue) = 35+141+101=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #238D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D65 is #DC729A. Grayscale: #686868. Windows color (decimal): -14447259 or 6655267. OLE color: 6655267.
HSL color Cylindrical-coordinate representation of color #238D65: hue angle of 157.36º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238D65 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 141 | 101 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.45 |
| HSL | 157.36º | 0.6% | 0.35% | - |
| HSV(B) | 157.36º | 0.75% | 0.55% | - |
| XYZ | 12.57 | 20.35 | 15.58 | - |
| YUV | 104.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 101 | 0.75 | 0 | 0.28 | 0.45 | 157.36 | 0.6 | 0.35 |
| Hex | 23 | 8D | 65 | 4B | 0 | 1C | 2D | 9D | 3C | 23 |
| Octal | 43 | 215 | 145 | 113 | 0 | 34 | 55 | 235 | 74 | 43 |
| Binary | 100011 | 10001101 | 1100101 | 1001011 | 0 | 11100 | 101101 | 10011101 | 111100 | 100011 |
Color Harmonies of #238D65
Complementary color
Monochromatic Colors of #238D65
Black with #238D65
Text Example
Text Example
White with #238D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238D65; }
p { color: rgb(35,141,101); }
H1.HeaderClassName
{
color: #238D65;
}
.AnyTagClassName
{
color: #238D65;
}
</style>
background-color css
<style>
a { background-color: #238D65; }
a { background-color: rgb(35,141,101); }
div.DivClassName
{
background-color: #238D65;
}
.BgClassName
{
background-color: #238D65;
}
</style>
border-color css
<style>
span { border-color: #238D65; }
span { border-color: rgb(35,141,101); }
td.TdClassName
{
border-color: #238D65;
}
.TagClassName
{
border-color: #238D65;
}
</style>