Shades of Elf Green #238970
Tints of Elf Green #238970
RGB
CMYK
RGB Variations
Color information
#238970 (or 0x238970) is known color: Elf Green. HEX triplet: 23, 89 and 70. RGB value is (35,137,112). Sum of RGB (Red+Green+Blue) = 35+137+112=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #238970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238970 is #DC768F. Grayscale: #676767. Windows color (decimal): -14448272 or 7375139. OLE color: 7375139.
HSL color Cylindrical-coordinate representation of color #238970: hue angle of 165.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238970 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 112 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.46 |
| HSL | 165.29º | 0.59% | 0.34% | - |
| HSV(B) | 165.29º | 0.74% | 0.54% | - |
| XYZ | 12.56 | 19.42 | 18.42 | - |
| YUV | 103.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 112 | 0.74 | 0 | 0.18 | 0.46 | 165.29 | 0.59 | 0.34 |
| Hex | 23 | 89 | 70 | 4A | 0 | 12 | 2E | A5 | 3B | 22 |
| Octal | 43 | 211 | 160 | 112 | 0 | 22 | 56 | 245 | 73 | 42 |
| Binary | 100011 | 10001001 | 1110000 | 1001010 | 0 | 10010 | 101110 | 10100101 | 111011 | 100010 |
Color Harmonies of #238970
Complementary color
Monochromatic Colors of #238970
Black with #238970
Text Example
Text Example
White with #238970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238970; }
p { color: rgb(35,137,112); }
H1.HeaderClassName
{
color: #238970;
}
.AnyTagClassName
{
color: #238970;
}
</style>
background-color css
<style>
a { background-color: #238970; }
a { background-color: rgb(35,137,112); }
div.DivClassName
{
background-color: #238970;
}
.BgClassName
{
background-color: #238970;
}
</style>
border-color css
<style>
span { border-color: #238970; }
span { border-color: rgb(35,137,112); }
td.TdClassName
{
border-color: #238970;
}
.TagClassName
{
border-color: #238970;
}
</style>