Shades of Elf Green #238B6E
Tints of Elf Green #238B6E
RGB
CMYK
RGB Variations
Color information
#238B6E (or 0x238B6E) is known color: Elf Green. HEX triplet: 23, 8B and 6E. RGB value is (35,139,110). Sum of RGB (Red+Green+Blue) = 35+139+110=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #238B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B6E is #DC7491. Grayscale: #686868. Windows color (decimal): -14447762 or 7244579. OLE color: 7244579.
HSL color Cylindrical-coordinate representation of color #238B6E: hue angle of 163.27º 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 #238B6E is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 110 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.45 |
| HSL | 163.27º | 0.6% | 0.34% | - |
| HSV(B) | 163.27º | 0.75% | 0.55% | - |
| XYZ | 12.74 | 19.95 | 17.93 | - |
| YUV | 104.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 110 | 0.75 | 0 | 0.21 | 0.45 | 163.27 | 0.6 | 0.34 |
| Hex | 23 | 8B | 6E | 4B | 0 | 15 | 2D | A3 | 3C | 22 |
| Octal | 43 | 213 | 156 | 113 | 0 | 25 | 55 | 243 | 74 | 42 |
| Binary | 100011 | 10001011 | 1101110 | 1001011 | 0 | 10101 | 101101 | 10100011 | 111100 | 100010 |
Color Harmonies of #238B6E
Complementary color
Monochromatic Colors of #238B6E
Black with #238B6E
Text Example
Text Example
White with #238B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B6E; }
p { color: rgb(35,139,110); }
H1.HeaderClassName
{
color: #238B6E;
}
.AnyTagClassName
{
color: #238B6E;
}
</style>
background-color css
<style>
a { background-color: #238B6E; }
a { background-color: rgb(35,139,110); }
div.DivClassName
{
background-color: #238B6E;
}
.BgClassName
{
background-color: #238B6E;
}
</style>
border-color css
<style>
span { border-color: #238B6E; }
span { border-color: rgb(35,139,110); }
td.TdClassName
{
border-color: #238B6E;
}
.TagClassName
{
border-color: #238B6E;
}
</style>