Shades of Elf Green #23866F
Tints of Elf Green #23866F
RGB
CMYK
RGB Variations
Color information
#23866F (or 0x23866F) is known color: Elf Green. HEX triplet: 23, 86 and 6F. RGB value is (35,134,111). Sum of RGB (Red+Green+Blue) = 35+134+111=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #23866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23866F is #DC7990. Grayscale: #656565. Windows color (decimal): -14449041 or 7308835. OLE color: 7308835.
HSL color Cylindrical-coordinate representation of color #23866F: hue angle of 166.06º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23866F is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 134 | 111 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.47 |
| HSL | 166.06º | 0.59% | 0.33% | - |
| HSV(B) | 166.06º | 0.74% | 0.53% | - |
| XYZ | 12.09 | 18.56 | 17.98 | - |
| YUV | 101.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 111 | 0.74 | 0 | 0.17 | 0.47 | 166.06 | 0.59 | 0.33 |
| Hex | 23 | 86 | 6F | 4A | 0 | 11 | 2F | A6 | 3B | 21 |
| Octal | 43 | 206 | 157 | 112 | 0 | 21 | 57 | 246 | 73 | 41 |
| Binary | 100011 | 10000110 | 1101111 | 1001010 | 0 | 10001 | 101111 | 10100110 | 111011 | 100001 |
Color Harmonies of #23866F
Complementary color
Monochromatic Colors of #23866F
Black with #23866F
Text Example
Text Example
White with #23866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23866F; }
p { color: rgb(35,134,111); }
H1.HeaderClassName
{
color: #23866F;
}
.AnyTagClassName
{
color: #23866F;
}
</style>
background-color css
<style>
a { background-color: #23866F; }
a { background-color: rgb(35,134,111); }
div.DivClassName
{
background-color: #23866F;
}
.BgClassName
{
background-color: #23866F;
}
</style>
border-color css
<style>
span { border-color: #23866F; }
span { border-color: rgb(35,134,111); }
td.TdClassName
{
border-color: #23866F;
}
.TagClassName
{
border-color: #23866F;
}
</style>