Shades of Elf Green #23916D
Tints of Elf Green #23916D
RGB
CMYK
RGB Variations
Color information
#23916D (or 0x23916D) is known color: Elf Green. HEX triplet: 23, 91 and 6D. RGB value is (35,145,109). Sum of RGB (Red+Green+Blue) = 35+145+109=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #23916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23916D is #DC6E92. Grayscale: #6C6C6C. Windows color (decimal): -14446227 or 7180579. OLE color: 7180579.
HSL color Cylindrical-coordinate representation of color #23916D: hue angle of 160.36º 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 #23916D is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 109 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.43 |
| HSL | 160.36º | 0.61% | 0.35% | - |
| HSV(B) | 160.36º | 0.76% | 0.57% | - |
| XYZ | 13.58 | 21.71 | 17.94 | - |
| YUV | 108.01 | 128.56 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 109 | 0.76 | 0 | 0.25 | 0.43 | 160.36 | 0.61 | 0.35 |
| Hex | 23 | 91 | 6D | 4C | 0 | 19 | 2B | A0 | 3D | 23 |
| Octal | 43 | 221 | 155 | 114 | 0 | 31 | 53 | 240 | 75 | 43 |
| Binary | 100011 | 10010001 | 1101101 | 1001100 | 0 | 11001 | 101011 | 10100000 | 111101 | 100011 |
Color Harmonies of #23916D
Complementary color
Monochromatic Colors of #23916D
Black with #23916D
Text Example
Text Example
White with #23916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23916D; }
p { color: rgb(35,145,109); }
H1.HeaderClassName
{
color: #23916D;
}
.AnyTagClassName
{
color: #23916D;
}
</style>
background-color css
<style>
a { background-color: #23916D; }
a { background-color: rgb(35,145,109); }
div.DivClassName
{
background-color: #23916D;
}
.BgClassName
{
background-color: #23916D;
}
</style>
border-color css
<style>
span { border-color: #23916D; }
span { border-color: rgb(35,145,109); }
td.TdClassName
{
border-color: #23916D;
}
.TagClassName
{
border-color: #23916D;
}
</style>