Shades of Elf Green #23947E
Tints of Elf Green #23947E
RGB
CMYK
RGB Variations
Color information
#23947E (or 0x23947E) is known color: Elf Green. HEX triplet: 23, 94 and 7E. RGB value is (35,148,126). Sum of RGB (Red+Green+Blue) = 35+148+126=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #23947E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23947E is #DC6B81. Grayscale: #6F6F6F. Windows color (decimal): -14445442 or 8295459. OLE color: 8295459.
HSL color Cylindrical-coordinate representation of color #23947E: hue angle of 168.32º 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 #23947E is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 126 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.42 |
| HSL | 168.32º | 0.62% | 0.36% | - |
| HSV(B) | 168.32º | 0.76% | 0.58% | - |
| XYZ | 15.05 | 23.04 | 23.39 | - |
| YUV | 111.71 | 136.06 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 126 | 0.76 | 0 | 0.15 | 0.42 | 168.32 | 0.62 | 0.36 |
| Hex | 23 | 94 | 7E | 4C | 0 | F | 2A | A8 | 3E | 24 |
| Octal | 43 | 224 | 176 | 114 | 0 | 17 | 52 | 250 | 76 | 44 |
| Binary | 100011 | 10010100 | 1111110 | 1001100 | 0 | 1111 | 101010 | 10101000 | 111110 | 100100 |
Color Harmonies of #23947E
Complementary color
Monochromatic Colors of #23947E
Black with #23947E
Text Example
Text Example
White with #23947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23947E; }
p { color: rgb(35,148,126); }
H1.HeaderClassName
{
color: #23947E;
}
.AnyTagClassName
{
color: #23947E;
}
</style>
background-color css
<style>
a { background-color: #23947E; }
a { background-color: rgb(35,148,126); }
div.DivClassName
{
background-color: #23947E;
}
.BgClassName
{
background-color: #23947E;
}
</style>
border-color css
<style>
span { border-color: #23947E; }
span { border-color: rgb(35,148,126); }
td.TdClassName
{
border-color: #23947E;
}
.TagClassName
{
border-color: #23947E;
}
</style>