Shades of Elf Green #23916A
Tints of Elf Green #23916A
RGB
CMYK
RGB Variations
Color information
#23916A (or 0x23916A) is known color: Elf Green. HEX triplet: 23, 91 and 6A. RGB value is (35,145,106). Sum of RGB (Red+Green+Blue) = 35+145+106=286 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.24% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #23916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23916A is #DC6E95. Grayscale: #6B6B6B. Windows color (decimal): -14446230 or 6983971. OLE color: 6983971.
HSL color Cylindrical-coordinate representation of color #23916A: hue angle of 158.73º 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 #23916A is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 106 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.43 |
| HSL | 158.73º | 0.61% | 0.35% | - |
| HSV(B) | 158.73º | 0.76% | 0.57% | - |
| XYZ | 13.42 | 21.65 | 17.11 | - |
| YUV | 107.66 | 127.06 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 106 | 0.76 | 0 | 0.27 | 0.43 | 158.73 | 0.61 | 0.35 |
| Hex | 23 | 91 | 6A | 4C | 0 | 1B | 2B | 9F | 3D | 23 |
| Octal | 43 | 221 | 152 | 114 | 0 | 33 | 53 | 237 | 75 | 43 |
| Binary | 100011 | 10010001 | 1101010 | 1001100 | 0 | 11011 | 101011 | 10011111 | 111101 | 100011 |
Color Harmonies of #23916A
Complementary color
Monochromatic Colors of #23916A
Black with #23916A
Text Example
Text Example
White with #23916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23916A; }
p { color: rgb(35,145,106); }
H1.HeaderClassName
{
color: #23916A;
}
.AnyTagClassName
{
color: #23916A;
}
</style>
background-color css
<style>
a { background-color: #23916A; }
a { background-color: rgb(35,145,106); }
div.DivClassName
{
background-color: #23916A;
}
.BgClassName
{
background-color: #23916A;
}
</style>
border-color css
<style>
span { border-color: #23916A; }
span { border-color: rgb(35,145,106); }
td.TdClassName
{
border-color: #23916A;
}
.TagClassName
{
border-color: #23916A;
}
</style>