Shades of Elf Green #23916B
Tints of Elf Green #23916B
RGB
CMYK
RGB Variations
Color information
#23916B (or 0x23916B) is known color: Elf Green. HEX triplet: 23, 91 and 6B. RGB value is (35,145,107). Sum of RGB (Red+Green+Blue) = 35+145+107=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #23916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23916B is #DC6E94. Grayscale: #6B6B6B. Windows color (decimal): -14446229 or 7049507. OLE color: 7049507.
HSL color Cylindrical-coordinate representation of color #23916B: hue angle of 159.27º 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 #23916B is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 107 | - |
| CMYK | 0.76 | 0 | 0.26 | 0.43 |
| HSL | 159.27º | 0.61% | 0.35% | - |
| HSV(B) | 159.27º | 0.76% | 0.57% | - |
| XYZ | 13.47 | 21.67 | 17.38 | - |
| YUV | 107.78 | 127.56 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 107 | 0.76 | 0 | 0.26 | 0.43 | 159.27 | 0.61 | 0.35 |
| Hex | 23 | 91 | 6B | 4C | 0 | 1A | 2B | 9F | 3D | 23 |
| Octal | 43 | 221 | 153 | 114 | 0 | 32 | 53 | 237 | 75 | 43 |
| Binary | 100011 | 10010001 | 1101011 | 1001100 | 0 | 11010 | 101011 | 10011111 | 111101 | 100011 |
Color Harmonies of #23916B
Complementary color
Monochromatic Colors of #23916B
Black with #23916B
Text Example
Text Example
White with #23916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23916B; }
p { color: rgb(35,145,107); }
H1.HeaderClassName
{
color: #23916B;
}
.AnyTagClassName
{
color: #23916B;
}
</style>
background-color css
<style>
a { background-color: #23916B; }
a { background-color: rgb(35,145,107); }
div.DivClassName
{
background-color: #23916B;
}
.BgClassName
{
background-color: #23916B;
}
</style>
border-color css
<style>
span { border-color: #23916B; }
span { border-color: rgb(35,145,107); }
td.TdClassName
{
border-color: #23916B;
}
.TagClassName
{
border-color: #23916B;
}
</style>