Shades of Elf Green #238E6E
Tints of Elf Green #238E6E
RGB
CMYK
RGB Variations
Color information
#238E6E (or 0x238E6E) is known color: Elf Green. HEX triplet: 23, 8E and 6E. RGB value is (35,142,110). Sum of RGB (Red+Green+Blue) = 35+142+110=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #238E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238E6E is #DC7191. Grayscale: #6A6A6A. Windows color (decimal): -14446994 or 7245347. OLE color: 7245347.
HSL color Cylindrical-coordinate representation of color #238E6E: hue angle of 162.06º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238E6E is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 142 | 110 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.44 |
| HSL | 162.06º | 0.6% | 0.35% | - |
| HSV(B) | 162.06º | 0.75% | 0.56% | - |
| XYZ | 13.18 | 20.83 | 18.08 | - |
| YUV | 106.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 110 | 0.75 | 0 | 0.23 | 0.44 | 162.06 | 0.6 | 0.35 |
| Hex | 23 | 8E | 6E | 4B | 0 | 17 | 2C | A2 | 3C | 23 |
| Octal | 43 | 216 | 156 | 113 | 0 | 27 | 54 | 242 | 74 | 43 |
| Binary | 100011 | 10001110 | 1101110 | 1001011 | 0 | 10111 | 101100 | 10100010 | 111100 | 100011 |
Color Harmonies of #238E6E
Complementary color
Monochromatic Colors of #238E6E
Black with #238E6E
Text Example
Text Example
White with #238E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E6E; }
p { color: rgb(35,142,110); }
H1.HeaderClassName
{
color: #238E6E;
}
.AnyTagClassName
{
color: #238E6E;
}
</style>
background-color css
<style>
a { background-color: #238E6E; }
a { background-color: rgb(35,142,110); }
div.DivClassName
{
background-color: #238E6E;
}
.BgClassName
{
background-color: #238E6E;
}
</style>
border-color css
<style>
span { border-color: #238E6E; }
span { border-color: rgb(35,142,110); }
td.TdClassName
{
border-color: #238E6E;
}
.TagClassName
{
border-color: #238E6E;
}
</style>