Shades of Elf Green #238972
Tints of Elf Green #238972
RGB
CMYK
RGB Variations
Color information
#238972 (or 0x238972) is known color: Elf Green. HEX triplet: 23, 89 and 72. RGB value is (35,137,114). Sum of RGB (Red+Green+Blue) = 35+137+114=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #238972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238972 is #DC768D. Grayscale: #676767. Windows color (decimal): -14448270 or 7506211. OLE color: 7506211.
HSL color Cylindrical-coordinate representation of color #238972: hue angle of 166.47º 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 #238972 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 114 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.46 |
| HSL | 166.47º | 0.59% | 0.34% | - |
| HSV(B) | 166.47º | 0.74% | 0.54% | - |
| XYZ | 12.68 | 19.46 | 19.01 | - |
| YUV | 103.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 114 | 0.74 | 0 | 0.17 | 0.46 | 166.47 | 0.59 | 0.34 |
| Hex | 23 | 89 | 72 | 4A | 0 | 11 | 2E | A6 | 3B | 22 |
| Octal | 43 | 211 | 162 | 112 | 0 | 21 | 56 | 246 | 73 | 42 |
| Binary | 100011 | 10001001 | 1110010 | 1001010 | 0 | 10001 | 101110 | 10100110 | 111011 | 100010 |
Color Harmonies of #238972
Complementary color
Monochromatic Colors of #238972
Black with #238972
Text Example
Text Example
White with #238972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238972; }
p { color: rgb(35,137,114); }
H1.HeaderClassName
{
color: #238972;
}
.AnyTagClassName
{
color: #238972;
}
</style>
background-color css
<style>
a { background-color: #238972; }
a { background-color: rgb(35,137,114); }
div.DivClassName
{
background-color: #238972;
}
.BgClassName
{
background-color: #238972;
}
</style>
border-color css
<style>
span { border-color: #238972; }
span { border-color: rgb(35,137,114); }
td.TdClassName
{
border-color: #238972;
}
.TagClassName
{
border-color: #238972;
}
</style>