Shades of Elf Green #23947F
Tints of Elf Green #23947F
RGB
CMYK
RGB Variations
Color information
#23947F (or 0x23947F) is known color: Elf Green. HEX triplet: 23, 94 and 7F. RGB value is (35,148,127). Sum of RGB (Red+Green+Blue) = 35+148+127=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #23947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23947F is #DC6B80. Grayscale: #6F6F6F. Windows color (decimal): -14445441 or 8360995. OLE color: 8360995.
HSL color Cylindrical-coordinate representation of color #23947F: hue angle of 168.85º 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 #23947F is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 127 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.42 |
| HSL | 168.85º | 0.62% | 0.36% | - |
| HSV(B) | 168.85º | 0.76% | 0.58% | - |
| XYZ | 15.11 | 23.07 | 23.73 | - |
| YUV | 111.82 | 136.56 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 127 | 0.76 | 0 | 0.14 | 0.42 | 168.85 | 0.62 | 0.36 |
| Hex | 23 | 94 | 7F | 4C | 0 | E | 2A | A9 | 3E | 24 |
| Octal | 43 | 224 | 177 | 114 | 0 | 16 | 52 | 251 | 76 | 44 |
| Binary | 100011 | 10010100 | 1111111 | 1001100 | 0 | 1110 | 101010 | 10101001 | 111110 | 100100 |
Color Harmonies of #23947F
Complementary color
Monochromatic Colors of #23947F
Black with #23947F
Text Example
Text Example
White with #23947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23947F; }
p { color: rgb(35,148,127); }
H1.HeaderClassName
{
color: #23947F;
}
.AnyTagClassName
{
color: #23947F;
}
</style>
background-color css
<style>
a { background-color: #23947F; }
a { background-color: rgb(35,148,127); }
div.DivClassName
{
background-color: #23947F;
}
.BgClassName
{
background-color: #23947F;
}
</style>
border-color css
<style>
span { border-color: #23947F; }
span { border-color: rgb(35,148,127); }
td.TdClassName
{
border-color: #23947F;
}
.TagClassName
{
border-color: #23947F;
}
</style>