Shades of Elm #23807D
Tints of Elm #23807D
RGB
CMYK
RGB Variations
Color information
#23807D (or 0x23807D) is known color: Elm. HEX triplet: 23, 80 and 7D. RGB value is (35,128,125). Sum of RGB (Red+Green+Blue) = 35+128+125=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #23807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23807D is #DC7F82. Grayscale: #636363. Windows color (decimal): -14450563 or 8224803. OLE color: 8224803.
HSL color Cylindrical-coordinate representation of color #23807D: hue angle of 178.06º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23807D is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 35 | 128 | 125 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.50 |
| HSL | 178.06º | 0.57% | 0.32% | - |
| HSV(B) | 178.06º | 0.73% | 0.5% | - |
| XYZ | 12.11 | 17.28 | 22.1 | - |
| YUV | 99.85 | 142.19 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 128 | 125 | 0.73 | 0 | 0.02 | 0.50 | 178.06 | 0.57 | 0.32 |
| Hex | 23 | 80 | 7D | 49 | 0 | 2 | 32 | B2 | 39 | 20 |
| Octal | 43 | 200 | 175 | 111 | 0 | 2 | 62 | 262 | 71 | 40 |
| Binary | 100011 | 10000000 | 1111101 | 1001001 | 0 | 10 | 110010 | 10110010 | 111001 | 100000 |
Color Harmonies of #23807D
Complementary color
Monochromatic Colors of #23807D
Black with #23807D
Text Example
Text Example
White with #23807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23807D; }
p { color: rgb(35,128,125); }
H1.HeaderClassName
{
color: #23807D;
}
.AnyTagClassName
{
color: #23807D;
}
</style>
background-color css
<style>
a { background-color: #23807D; }
a { background-color: rgb(35,128,125); }
div.DivClassName
{
background-color: #23807D;
}
.BgClassName
{
background-color: #23807D;
}
</style>
border-color css
<style>
span { border-color: #23807D; }
span { border-color: rgb(35,128,125); }
td.TdClassName
{
border-color: #23807D;
}
.TagClassName
{
border-color: #23807D;
}
</style>