Shades of Elf Green #23946C
Tints of Elf Green #23946C
RGB
CMYK
RGB Variations
Color information
#23946C (or 0x23946C) is known color: Elf Green. HEX triplet: 23, 94 and 6C. RGB value is (35,148,108). Sum of RGB (Red+Green+Blue) = 35+148+108=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #23946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23946C is #DC6B93. Grayscale: #6D6D6D. Windows color (decimal): -14445460 or 7115811. OLE color: 7115811.
HSL color Cylindrical-coordinate representation of color #23946C: hue angle of 158.76º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #23946C is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 108 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.42 |
| HSL | 158.76º | 0.62% | 0.36% | - |
| HSV(B) | 158.76º | 0.76% | 0.58% | - |
| XYZ | 13.99 | 22.62 | 17.82 | - |
| YUV | 109.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 108 | 0.76 | 0 | 0.27 | 0.42 | 158.76 | 0.62 | 0.36 |
| Hex | 23 | 94 | 6C | 4C | 0 | 1B | 2A | 9F | 3E | 24 |
| Octal | 43 | 224 | 154 | 114 | 0 | 33 | 52 | 237 | 76 | 44 |
| Binary | 100011 | 10010100 | 1101100 | 1001100 | 0 | 11011 | 101010 | 10011111 | 111110 | 100100 |
Color Harmonies of #23946C
Complementary color
Monochromatic Colors of #23946C
Black with #23946C
Text Example
Text Example
White with #23946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23946C; }
p { color: rgb(35,148,108); }
H1.HeaderClassName
{
color: #23946C;
}
.AnyTagClassName
{
color: #23946C;
}
</style>
background-color css
<style>
a { background-color: #23946C; }
a { background-color: rgb(35,148,108); }
div.DivClassName
{
background-color: #23946C;
}
.BgClassName
{
background-color: #23946C;
}
</style>
border-color css
<style>
span { border-color: #23946C; }
span { border-color: rgb(35,148,108); }
td.TdClassName
{
border-color: #23946C;
}
.TagClassName
{
border-color: #23946C;
}
</style>