Shades of Elf Green #238C73
Tints of Elf Green #238C73
RGB
CMYK
RGB Variations
Color information
#238C73 (or 0x238C73) is known color: Elf Green. HEX triplet: 23, 8C and 73. RGB value is (35,140,115). Sum of RGB (Red+Green+Blue) = 35+140+115=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #238C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238C73 is #DC738C. Grayscale: #696969. Windows color (decimal): -14447501 or 7572515. OLE color: 7572515.
HSL color Cylindrical-coordinate representation of color #238C73: hue angle of 165.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238C73 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 115 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.45 |
| HSL | 165.71º | 0.6% | 0.34% | - |
| HSV(B) | 165.71º | 0.75% | 0.55% | - |
| XYZ | 13.17 | 20.35 | 19.45 | - |
| YUV | 105.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 115 | 0.75 | 0 | 0.18 | 0.45 | 165.71 | 0.6 | 0.34 |
| Hex | 23 | 8C | 73 | 4B | 0 | 12 | 2D | A6 | 3C | 22 |
| Octal | 43 | 214 | 163 | 113 | 0 | 22 | 55 | 246 | 74 | 42 |
| Binary | 100011 | 10001100 | 1110011 | 1001011 | 0 | 10010 | 101101 | 10100110 | 111100 | 100010 |
Color Harmonies of #238C73
Complementary color
Monochromatic Colors of #238C73
Black with #238C73
Text Example
Text Example
White with #238C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C73; }
p { color: rgb(35,140,115); }
H1.HeaderClassName
{
color: #238C73;
}
.AnyTagClassName
{
color: #238C73;
}
</style>
background-color css
<style>
a { background-color: #238C73; }
a { background-color: rgb(35,140,115); }
div.DivClassName
{
background-color: #238C73;
}
.BgClassName
{
background-color: #238C73;
}
</style>
border-color css
<style>
span { border-color: #238C73; }
span { border-color: rgb(35,140,115); }
td.TdClassName
{
border-color: #238C73;
}
.TagClassName
{
border-color: #238C73;
}
</style>