Shades of Elf Green #23977C
Tints of Elf Green #23977C
RGB
CMYK
RGB Variations
Color information
#23977C (or 0x23977C) is known color: Elf Green. HEX triplet: 23, 97 and 7C. RGB value is (35,151,124). Sum of RGB (Red+Green+Blue) = 35+151+124=310 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.29% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #23977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23977C is #DC6883. Grayscale: #717171. Windows color (decimal): -14444676 or 8165155. OLE color: 8165155.
HSL color Cylindrical-coordinate representation of color #23977C: hue angle of 166.03º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23977C is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 124 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.41 |
| HSL | 166.03º | 0.62% | 0.36% | - |
| HSV(B) | 166.03º | 0.77% | 0.59% | - |
| XYZ | 15.4 | 23.95 | 22.88 | - |
| YUV | 113.24 | 134.07 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 124 | 0.77 | 0 | 0.18 | 0.41 | 166.03 | 0.62 | 0.36 |
| Hex | 23 | 97 | 7C | 4D | 0 | 12 | 29 | A6 | 3E | 24 |
| Octal | 43 | 227 | 174 | 115 | 0 | 22 | 51 | 246 | 76 | 44 |
| Binary | 100011 | 10010111 | 1111100 | 1001101 | 0 | 10010 | 101001 | 10100110 | 111110 | 100100 |
Color Harmonies of #23977C
Complementary color
Monochromatic Colors of #23977C
Black with #23977C
Text Example
Text Example
White with #23977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23977C; }
p { color: rgb(35,151,124); }
H1.HeaderClassName
{
color: #23977C;
}
.AnyTagClassName
{
color: #23977C;
}
</style>
background-color css
<style>
a { background-color: #23977C; }
a { background-color: rgb(35,151,124); }
div.DivClassName
{
background-color: #23977C;
}
.BgClassName
{
background-color: #23977C;
}
</style>
border-color css
<style>
span { border-color: #23977C; }
span { border-color: rgb(35,151,124); }
td.TdClassName
{
border-color: #23977C;
}
.TagClassName
{
border-color: #23977C;
}
</style>