Shades of Elf Green #23917A
Tints of Elf Green #23917A
RGB
CMYK
RGB Variations
Color information
#23917A (or 0x23917A) is known color: Elf Green. HEX triplet: 23, 91 and 7A. RGB value is (35,145,122). Sum of RGB (Red+Green+Blue) = 35+145+122=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #23917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23917A is #DC6E85. Grayscale: #6D6D6D. Windows color (decimal): -14446214 or 8032547. OLE color: 8032547.
HSL color Cylindrical-coordinate representation of color #23917A: hue angle of 167.45º 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 #23917A is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 122 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.43 |
| HSL | 167.45º | 0.61% | 0.35% | - |
| HSV(B) | 167.45º | 0.76% | 0.57% | - |
| XYZ | 14.33 | 22.01 | 21.91 | - |
| YUV | 109.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 122 | 0.76 | 0 | 0.16 | 0.43 | 167.45 | 0.61 | 0.35 |
| Hex | 23 | 91 | 7A | 4C | 0 | 10 | 2B | A7 | 3D | 23 |
| Octal | 43 | 221 | 172 | 114 | 0 | 20 | 53 | 247 | 75 | 43 |
| Binary | 100011 | 10010001 | 1111010 | 1001100 | 0 | 10000 | 101011 | 10100111 | 111101 | 100011 |
Color Harmonies of #23917A
Complementary color
Monochromatic Colors of #23917A
Black with #23917A
Text Example
Text Example
White with #23917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23917A; }
p { color: rgb(35,145,122); }
H1.HeaderClassName
{
color: #23917A;
}
.AnyTagClassName
{
color: #23917A;
}
</style>
background-color css
<style>
a { background-color: #23917A; }
a { background-color: rgb(35,145,122); }
div.DivClassName
{
background-color: #23917A;
}
.BgClassName
{
background-color: #23917A;
}
</style>
border-color css
<style>
span { border-color: #23917A; }
span { border-color: rgb(35,145,122); }
td.TdClassName
{
border-color: #23917A;
}
.TagClassName
{
border-color: #23917A;
}
</style>