Shades of Elf Green #23917F
Tints of Elf Green #23917F
RGB
CMYK
RGB Variations
Color information
#23917F (or 0x23917F) is known color: Elf Green. HEX triplet: 23, 91 and 7F. RGB value is (35,145,127). Sum of RGB (Red+Green+Blue) = 35+145+127=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #23917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23917F is #DC6E80. Grayscale: #6E6E6E. Windows color (decimal): -14446209 or 8360227. OLE color: 8360227.
HSL color Cylindrical-coordinate representation of color #23917F: hue angle of 170.18º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23917F is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 127 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.43 |
| HSL | 170.18º | 0.61% | 0.35% | - |
| HSV(B) | 170.18º | 0.76% | 0.57% | - |
| XYZ | 14.65 | 22.14 | 23.58 | - |
| YUV | 110.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 127 | 0.76 | 0 | 0.12 | 0.43 | 170.18 | 0.61 | 0.35 |
| Hex | 23 | 91 | 7F | 4C | 0 | C | 2B | AA | 3D | 23 |
| Octal | 43 | 221 | 177 | 114 | 0 | 14 | 53 | 252 | 75 | 43 |
| Binary | 100011 | 10010001 | 1111111 | 1001100 | 0 | 1100 | 101011 | 10101010 | 111101 | 100011 |
Color Harmonies of #23917F
Complementary color
Monochromatic Colors of #23917F
Black with #23917F
Text Example
Text Example
White with #23917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23917F; }
p { color: rgb(35,145,127); }
H1.HeaderClassName
{
color: #23917F;
}
.AnyTagClassName
{
color: #23917F;
}
</style>
background-color css
<style>
a { background-color: #23917F; }
a { background-color: rgb(35,145,127); }
div.DivClassName
{
background-color: #23917F;
}
.BgClassName
{
background-color: #23917F;
}
</style>
border-color css
<style>
span { border-color: #23917F; }
span { border-color: rgb(35,145,127); }
td.TdClassName
{
border-color: #23917F;
}
.TagClassName
{
border-color: #23917F;
}
</style>