Shades of Elf Green #239F70
Tints of Elf Green #239F70
RGB
CMYK
RGB Variations
Color information
#239F70 (or 0x239F70) is known color: Elf Green. HEX triplet: 23, 9F and 70. RGB value is (35,159,112). Sum of RGB (Red+Green+Blue) = 35+159+112=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #239F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239F70 is #DC608F. Grayscale: #747474. Windows color (decimal): -14442640 or 7380771. OLE color: 7380771.
HSL color Cylindrical-coordinate representation of color #239F70: hue angle of 157.26º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239F70 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 159 | 112 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.38 |
| HSL | 157.26º | 0.64% | 0.38% | - |
| HSV(B) | 157.26º | 0.78% | 0.62% | - |
| XYZ | 16.02 | 26.32 | 19.57 | - |
| YUV | 116.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 112 | 0.78 | 0 | 0.30 | 0.38 | 157.26 | 0.64 | 0.38 |
| Hex | 23 | 9F | 70 | 4E | 0 | 1E | 26 | 9D | 40 | 26 |
| Octal | 43 | 237 | 160 | 116 | 0 | 36 | 46 | 235 | 100 | 46 |
| Binary | 100011 | 10011111 | 1110000 | 1001110 | 0 | 11110 | 100110 | 10011101 | 1000000 | 100110 |
Color Harmonies of #239F70
Complementary color
Monochromatic Colors of #239F70
Black with #239F70
Text Example
Text Example
White with #239F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239F70; }
p { color: rgb(35,159,112); }
H1.HeaderClassName
{
color: #239F70;
}
.AnyTagClassName
{
color: #239F70;
}
</style>
background-color css
<style>
a { background-color: #239F70; }
a { background-color: rgb(35,159,112); }
div.DivClassName
{
background-color: #239F70;
}
.BgClassName
{
background-color: #239F70;
}
</style>
border-color css
<style>
span { border-color: #239F70; }
span { border-color: rgb(35,159,112); }
td.TdClassName
{
border-color: #239F70;
}
.TagClassName
{
border-color: #239F70;
}
</style>