Shades of Elm #23857F
Tints of Elm #23857F
RGB
CMYK
RGB Variations
Color information
#23857F (or 0x23857F) is known color: Elm. HEX triplet: 23, 85 and 7F. RGB value is (35,133,127). Sum of RGB (Red+Green+Blue) = 35+133+127=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #23857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23857F is #DC7A80. Grayscale: #666666. Windows color (decimal): -14449281 or 8357155. OLE color: 8357155.
HSL color Cylindrical-coordinate representation of color #23857F: hue angle of 176.33º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23857F is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 127 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.48 |
| HSL | 176.33º | 0.58% | 0.33% | - |
| HSV(B) | 176.33º | 0.74% | 0.52% | - |
| XYZ | 12.91 | 18.66 | 23 | - |
| YUV | 103.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 127 | 0.74 | 0 | 0.05 | 0.48 | 176.33 | 0.58 | 0.33 |
| Hex | 23 | 85 | 7F | 4A | 0 | 5 | 30 | B0 | 3A | 21 |
| Octal | 43 | 205 | 177 | 112 | 0 | 5 | 60 | 260 | 72 | 41 |
| Binary | 100011 | 10000101 | 1111111 | 1001010 | 0 | 101 | 110000 | 10110000 | 111010 | 100001 |
Color Harmonies of #23857F
Complementary color
Monochromatic Colors of #23857F
Black with #23857F
Text Example
Text Example
White with #23857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23857F; }
p { color: rgb(35,133,127); }
H1.HeaderClassName
{
color: #23857F;
}
.AnyTagClassName
{
color: #23857F;
}
</style>
background-color css
<style>
a { background-color: #23857F; }
a { background-color: rgb(35,133,127); }
div.DivClassName
{
background-color: #23857F;
}
.BgClassName
{
background-color: #23857F;
}
</style>
border-color css
<style>
span { border-color: #23857F; }
span { border-color: rgb(35,133,127); }
td.TdClassName
{
border-color: #23857F;
}
.TagClassName
{
border-color: #23857F;
}
</style>