Shades of Elf Green #23957B
Tints of Elf Green #23957B
RGB
CMYK
RGB Variations
Color information
#23957B (or 0x23957B) is known color: Elf Green. HEX triplet: 23, 95 and 7B. RGB value is (35,149,123). Sum of RGB (Red+Green+Blue) = 35+149+123=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #23957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23957B is #DC6A84. Grayscale: #6F6F6F. Windows color (decimal): -14445189 or 8099107. OLE color: 8099107.
HSL color Cylindrical-coordinate representation of color #23957B: hue angle of 166.32º 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 #23957B is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 149 | 123 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.42 |
| HSL | 166.32º | 0.62% | 0.36% | - |
| HSV(B) | 166.32º | 0.77% | 0.58% | - |
| XYZ | 15.02 | 23.28 | 22.44 | - |
| YUV | 111.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 123 | 0.77 | 0 | 0.17 | 0.42 | 166.32 | 0.62 | 0.36 |
| Hex | 23 | 95 | 7B | 4D | 0 | 11 | 2A | A6 | 3E | 24 |
| Octal | 43 | 225 | 173 | 115 | 0 | 21 | 52 | 246 | 76 | 44 |
| Binary | 100011 | 10010101 | 1111011 | 1001101 | 0 | 10001 | 101010 | 10100110 | 111110 | 100100 |
Color Harmonies of #23957B
Complementary color
Monochromatic Colors of #23957B
Black with #23957B
Text Example
Text Example
White with #23957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23957B; }
p { color: rgb(35,149,123); }
H1.HeaderClassName
{
color: #23957B;
}
.AnyTagClassName
{
color: #23957B;
}
</style>
background-color css
<style>
a { background-color: #23957B; }
a { background-color: rgb(35,149,123); }
div.DivClassName
{
background-color: #23957B;
}
.BgClassName
{
background-color: #23957B;
}
</style>
border-color css
<style>
span { border-color: #23957B; }
span { border-color: rgb(35,149,123); }
td.TdClassName
{
border-color: #23957B;
}
.TagClassName
{
border-color: #23957B;
}
</style>