Shades of Elf Green #23957D
Tints of Elf Green #23957D
RGB
CMYK
RGB Variations
Color information
#23957D (or 0x23957D) is known color: Elf Green. HEX triplet: 23, 95 and 7D. RGB value is (35,149,125). Sum of RGB (Red+Green+Blue) = 35+149+125=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #23957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23957D is #DC6A82. Grayscale: #707070. Windows color (decimal): -14445187 or 8230179. OLE color: 8230179.
HSL color Cylindrical-coordinate representation of color #23957D: hue angle of 167.37º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23957D is Cyan = 0.77, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 149 | 125 | - |
| CMYK | 0.77 | 0 | 0.16 | 0.42 |
| HSL | 167.37º | 0.62% | 0.36% | - |
| HSV(B) | 167.37º | 0.77% | 0.58% | - |
| XYZ | 15.14 | 23.33 | 23.11 | - |
| YUV | 112.18 | 135.23 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 125 | 0.77 | 0 | 0.16 | 0.42 | 167.37 | 0.62 | 0.36 |
| Hex | 23 | 95 | 7D | 4D | 0 | 10 | 2A | A7 | 3E | 24 |
| Octal | 43 | 225 | 175 | 115 | 0 | 20 | 52 | 247 | 76 | 44 |
| Binary | 100011 | 10010101 | 1111101 | 1001101 | 0 | 10000 | 101010 | 10100111 | 111110 | 100100 |
Color Harmonies of #23957D
Complementary color
Monochromatic Colors of #23957D
Black with #23957D
Text Example
Text Example
White with #23957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23957D; }
p { color: rgb(35,149,125); }
H1.HeaderClassName
{
color: #23957D;
}
.AnyTagClassName
{
color: #23957D;
}
</style>
background-color css
<style>
a { background-color: #23957D; }
a { background-color: rgb(35,149,125); }
div.DivClassName
{
background-color: #23957D;
}
.BgClassName
{
background-color: #23957D;
}
</style>
border-color css
<style>
span { border-color: #23957D; }
span { border-color: rgb(35,149,125); }
td.TdClassName
{
border-color: #23957D;
}
.TagClassName
{
border-color: #23957D;
}
</style>