Shades of Elm #23786F
Tints of Elm #23786F
RGB
CMYK
RGB Variations
Color information
#23786F (or 0x23786F) is known color: Elm. HEX triplet: 23, 78 and 6F. RGB value is (35,120,111). Sum of RGB (Red+Green+Blue) = 35+120+111=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #23786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23786F is #DC8790. Grayscale: #5D5D5D. Windows color (decimal): -14452625 or 7305251. OLE color: 7305251.
HSL color Cylindrical-coordinate representation of color #23786F: hue angle of 173.65º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23786F is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 35 | 120 | 111 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.53 |
| HSL | 173.65º | 0.55% | 0.3% | - |
| HSV(B) | 173.65º | 0.71% | 0.47% | - |
| XYZ | 10.28 | 14.94 | 17.38 | - |
| YUV | 93.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 120 | 111 | 0.71 | 0 | 0.08 | 0.53 | 173.65 | 0.55 | 0.3 |
| Hex | 23 | 78 | 6F | 47 | 0 | 8 | 35 | AE | 37 | 1E |
| Octal | 43 | 170 | 157 | 107 | 0 | 10 | 65 | 256 | 67 | 36 |
| Binary | 100011 | 1111000 | 1101111 | 1000111 | 0 | 1000 | 110101 | 10101110 | 110111 | 11110 |
Color Harmonies of #23786F
Complementary color
Monochromatic Colors of #23786F
Black with #23786F
Text Example
Text Example
White with #23786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23786F; }
p { color: rgb(35,120,111); }
H1.HeaderClassName
{
color: #23786F;
}
.AnyTagClassName
{
color: #23786F;
}
</style>
background-color css
<style>
a { background-color: #23786F; }
a { background-color: rgb(35,120,111); }
div.DivClassName
{
background-color: #23786F;
}
.BgClassName
{
background-color: #23786F;
}
</style>
border-color css
<style>
span { border-color: #23786F; }
span { border-color: rgb(35,120,111); }
td.TdClassName
{
border-color: #23786F;
}
.TagClassName
{
border-color: #23786F;
}
</style>