Shades of Elf Green #238971
Tints of Elf Green #238971
RGB
CMYK
RGB Variations
Color information
#238971 (or 0x238971) is known color: Elf Green. HEX triplet: 23, 89 and 71. RGB value is (35,137,113). Sum of RGB (Red+Green+Blue) = 35+137+113=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 137 (53.91% from 255 or 48.07% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 137 - color contains mainly: green. Hex color #238971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238971 is #DC768E. Grayscale: #676767. Windows color (decimal): -14448271 or 7440675. OLE color: 7440675.
HSL color Cylindrical-coordinate representation of color #238971: hue angle of 165.88º 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 #238971 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 113 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.46 |
| HSL | 165.88º | 0.59% | 0.34% | - |
| HSV(B) | 165.88º | 0.74% | 0.54% | - |
| XYZ | 12.62 | 19.44 | 18.71 | - |
| YUV | 103.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 113 | 0.74 | 0 | 0.18 | 0.46 | 165.88 | 0.59 | 0.34 |
| Hex | 23 | 89 | 71 | 4A | 0 | 12 | 2E | A6 | 3B | 22 |
| Octal | 43 | 211 | 161 | 112 | 0 | 22 | 56 | 246 | 73 | 42 |
| Binary | 100011 | 10001001 | 1110001 | 1001010 | 0 | 10010 | 101110 | 10100110 | 111011 | 100010 |
Color Harmonies of #238971
Complementary color
Monochromatic Colors of #238971
Black with #238971
Text Example
Text Example
White with #238971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238971; }
p { color: rgb(35,137,113); }
H1.HeaderClassName
{
color: #238971;
}
.AnyTagClassName
{
color: #238971;
}
</style>
background-color css
<style>
a { background-color: #238971; }
a { background-color: rgb(35,137,113); }
div.DivClassName
{
background-color: #238971;
}
.BgClassName
{
background-color: #238971;
}
</style>
border-color css
<style>
span { border-color: #238971; }
span { border-color: rgb(35,137,113); }
td.TdClassName
{
border-color: #238971;
}
.TagClassName
{
border-color: #238971;
}
</style>