Shades of Elf Green #238D63
Tints of Elf Green #238D63
RGB
CMYK
RGB Variations
Color information
#238D63 (or 0x238D63) is known color: Elf Green. HEX triplet: 23, 8D and 63. RGB value is (35,141,99). Sum of RGB (Red+Green+Blue) = 35+141+99=275 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.73% from 275); Green value is 141 (55.47% from 255 or 51.27% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 141 - color contains mainly: green. Hex color #238D63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D63 is #DC729C. Grayscale: #686868. Windows color (decimal): -14447261 or 6524195. OLE color: 6524195.
HSL color Cylindrical-coordinate representation of color #238D63: hue angle of 156.23º 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 #238D63 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 141 | 99 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.45 |
| HSL | 156.23º | 0.6% | 0.35% | - |
| HSV(B) | 156.23º | 0.75% | 0.55% | - |
| XYZ | 12.47 | 20.31 | 15.07 | - |
| YUV | 104.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 99 | 0.75 | 0 | 0.30 | 0.45 | 156.23 | 0.6 | 0.35 |
| Hex | 23 | 8D | 63 | 4B | 0 | 1E | 2D | 9C | 3C | 23 |
| Octal | 43 | 215 | 143 | 113 | 0 | 36 | 55 | 234 | 74 | 43 |
| Binary | 100011 | 10001101 | 1100011 | 1001011 | 0 | 11110 | 101101 | 10011100 | 111100 | 100011 |
Color Harmonies of #238D63
Complementary color
Monochromatic Colors of #238D63
Black with #238D63
Text Example
Text Example
White with #238D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238D63; }
p { color: rgb(35,141,99); }
H1.HeaderClassName
{
color: #238D63;
}
.AnyTagClassName
{
color: #238D63;
}
</style>
background-color css
<style>
a { background-color: #238D63; }
a { background-color: rgb(35,141,99); }
div.DivClassName
{
background-color: #238D63;
}
.BgClassName
{
background-color: #238D63;
}
</style>
border-color css
<style>
span { border-color: #238D63; }
span { border-color: rgb(35,141,99); }
td.TdClassName
{
border-color: #238D63;
}
.TagClassName
{
border-color: #238D63;
}
</style>