Shades of Elf Green #23947B
Tints of Elf Green #23947B
RGB
CMYK
RGB Variations
Color information
#23947B (or 0x23947B) is known color: Elf Green. HEX triplet: 23, 94 and 7B. RGB value is (35,148,123). Sum of RGB (Red+Green+Blue) = 35+148+123=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 148 - color contains mainly: green. Hex color #23947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23947B is #DC6B84. Grayscale: #6F6F6F. Windows color (decimal): -14445445 or 8098851. OLE color: 8098851.
HSL color Cylindrical-coordinate representation of color #23947B: hue angle of 166.73º 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 #23947B is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 123 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.42 |
| HSL | 166.73º | 0.62% | 0.36% | - |
| HSV(B) | 166.73º | 0.76% | 0.58% | - |
| XYZ | 14.86 | 22.97 | 22.39 | - |
| YUV | 111.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 123 | 0.76 | 0 | 0.17 | 0.42 | 166.73 | 0.62 | 0.36 |
| Hex | 23 | 94 | 7B | 4C | 0 | 11 | 2A | A7 | 3E | 24 |
| Octal | 43 | 224 | 173 | 114 | 0 | 21 | 52 | 247 | 76 | 44 |
| Binary | 100011 | 10010100 | 1111011 | 1001100 | 0 | 10001 | 101010 | 10100111 | 111110 | 100100 |
Color Harmonies of #23947B
Complementary color
Monochromatic Colors of #23947B
Black with #23947B
Text Example
Text Example
White with #23947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23947B; }
p { color: rgb(35,148,123); }
H1.HeaderClassName
{
color: #23947B;
}
.AnyTagClassName
{
color: #23947B;
}
</style>
background-color css
<style>
a { background-color: #23947B; }
a { background-color: rgb(35,148,123); }
div.DivClassName
{
background-color: #23947B;
}
.BgClassName
{
background-color: #23947B;
}
</style>
border-color css
<style>
span { border-color: #23947B; }
span { border-color: rgb(35,148,123); }
td.TdClassName
{
border-color: #23947B;
}
.TagClassName
{
border-color: #23947B;
}
</style>