Shades of Elf Green #238F6C
Tints of Elf Green #238F6C
RGB
CMYK
RGB Variations
Color information
#238F6C (or 0x238F6C) is known color: Elf Green. HEX triplet: 23, 8F and 6C. RGB value is (35,143,108). Sum of RGB (Red+Green+Blue) = 35+143+108=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 143 (56.25% from 255 or 50% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 143 - color contains mainly: green. Hex color #238F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F6C is #DC7093. Grayscale: #6A6A6A. Windows color (decimal): -14446740 or 7114531. OLE color: 7114531.
HSL color Cylindrical-coordinate representation of color #238F6C: hue angle of 160.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F6C is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 108 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.44 |
| HSL | 160.56º | 0.61% | 0.35% | - |
| HSV(B) | 160.56º | 0.76% | 0.56% | - |
| XYZ | 13.22 | 21.08 | 17.56 | - |
| YUV | 106.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 108 | 0.76 | 0 | 0.24 | 0.44 | 160.56 | 0.61 | 0.35 |
| Hex | 23 | 8F | 6C | 4C | 0 | 18 | 2C | A1 | 3D | 23 |
| Octal | 43 | 217 | 154 | 114 | 0 | 30 | 54 | 241 | 75 | 43 |
| Binary | 100011 | 10001111 | 1101100 | 1001100 | 0 | 11000 | 101100 | 10100001 | 111101 | 100011 |
Color Harmonies of #238F6C
Complementary color
Monochromatic Colors of #238F6C
Black with #238F6C
Text Example
Text Example
White with #238F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F6C; }
p { color: rgb(35,143,108); }
H1.HeaderClassName
{
color: #238F6C;
}
.AnyTagClassName
{
color: #238F6C;
}
</style>
background-color css
<style>
a { background-color: #238F6C; }
a { background-color: rgb(35,143,108); }
div.DivClassName
{
background-color: #238F6C;
}
.BgClassName
{
background-color: #238F6C;
}
</style>
border-color css
<style>
span { border-color: #238F6C; }
span { border-color: rgb(35,143,108); }
td.TdClassName
{
border-color: #238F6C;
}
.TagClassName
{
border-color: #238F6C;
}
</style>