Shades of Elm #23897D
Tints of Elm #23897D
RGB
CMYK
RGB Variations
Color information
#23897D (or 0x23897D) is known color: Elm. HEX triplet: 23, 89 and 7D. RGB value is (35,137,125). Sum of RGB (Red+Green+Blue) = 35+137+125=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #23897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23897D is #DC7682. Grayscale: #696969. Windows color (decimal): -14448259 or 8227107. OLE color: 8227107.
HSL color Cylindrical-coordinate representation of color #23897D: hue angle of 172.94º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23897D is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 125 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.46 |
| HSL | 172.94º | 0.59% | 0.34% | - |
| HSV(B) | 172.94º | 0.74% | 0.54% | - |
| XYZ | 13.34 | 19.73 | 22.51 | - |
| YUV | 105.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 125 | 0.74 | 0 | 0.09 | 0.46 | 172.94 | 0.59 | 0.34 |
| Hex | 23 | 89 | 7D | 4A | 0 | 9 | 2E | AD | 3B | 22 |
| Octal | 43 | 211 | 175 | 112 | 0 | 11 | 56 | 255 | 73 | 42 |
| Binary | 100011 | 10001001 | 1111101 | 1001010 | 0 | 1001 | 101110 | 10101101 | 111011 | 100010 |
Color Harmonies of #23897D
Complementary color
Monochromatic Colors of #23897D
Black with #23897D
Text Example
Text Example
White with #23897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23897D; }
p { color: rgb(35,137,125); }
H1.HeaderClassName
{
color: #23897D;
}
.AnyTagClassName
{
color: #23897D;
}
</style>
background-color css
<style>
a { background-color: #23897D; }
a { background-color: rgb(35,137,125); }
div.DivClassName
{
background-color: #23897D;
}
.BgClassName
{
background-color: #23897D;
}
</style>
border-color css
<style>
span { border-color: #23897D; }
span { border-color: rgb(35,137,125); }
td.TdClassName
{
border-color: #23897D;
}
.TagClassName
{
border-color: #23897D;
}
</style>