Shades of Elf Green #238C68
Tints of Elf Green #238C68
RGB
CMYK
RGB Variations
Color information
#238C68 (or 0x238C68) is known color: Elf Green. HEX triplet: 23, 8C and 68. RGB value is (35,140,104). Sum of RGB (Red+Green+Blue) = 35+140+104=279 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.54% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #238C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238C68 is #DC7397. Grayscale: #686868. Windows color (decimal): -14447512 or 6851619. OLE color: 6851619.
HSL color Cylindrical-coordinate representation of color #238C68: hue angle of 159.43º 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 #238C68 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 140 | 104 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.45 |
| HSL | 159.43º | 0.6% | 0.34% | - |
| HSV(B) | 159.43º | 0.75% | 0.55% | - |
| XYZ | 12.57 | 20.11 | 16.32 | - |
| YUV | 104.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 140 | 104 | 0.75 | 0 | 0.26 | 0.45 | 159.43 | 0.6 | 0.34 |
| Hex | 23 | 8C | 68 | 4B | 0 | 1A | 2D | 9F | 3C | 22 |
| Octal | 43 | 214 | 150 | 113 | 0 | 32 | 55 | 237 | 74 | 42 |
| Binary | 100011 | 10001100 | 1101000 | 1001011 | 0 | 11010 | 101101 | 10011111 | 111100 | 100010 |
Color Harmonies of #238C68
Complementary color
Monochromatic Colors of #238C68
Black with #238C68
Text Example
Text Example
White with #238C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238C68; }
p { color: rgb(35,140,104); }
H1.HeaderClassName
{
color: #238C68;
}
.AnyTagClassName
{
color: #238C68;
}
</style>
background-color css
<style>
a { background-color: #238C68; }
a { background-color: rgb(35,140,104); }
div.DivClassName
{
background-color: #238C68;
}
.BgClassName
{
background-color: #238C68;
}
</style>
border-color css
<style>
span { border-color: #238C68; }
span { border-color: rgb(35,140,104); }
td.TdClassName
{
border-color: #238C68;
}
.TagClassName
{
border-color: #238C68;
}
</style>