Shades of Elm #238575
Tints of Elm #238575
RGB
CMYK
RGB Variations
Color information
#238575 (or 0x238575) is known color: Elm. HEX triplet: 23, 85 and 75. RGB value is (35,133,117). Sum of RGB (Red+Green+Blue) = 35+133+117=285 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.28% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #238575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238575 is #DC7A8A. Grayscale: #656565. Windows color (decimal): -14449291 or 7701795. OLE color: 7701795.
HSL color Cylindrical-coordinate representation of color #238575: hue angle of 170.2º 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 #238575 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 117 | - |
| CMYK | 0.74 | 0 | 0.12 | 0.48 |
| HSL | 170.2º | 0.58% | 0.33% | - |
| HSV(B) | 170.2º | 0.74% | 0.52% | - |
| XYZ | 12.29 | 18.42 | 19.74 | - |
| YUV | 101.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 117 | 0.74 | 0 | 0.12 | 0.48 | 170.2 | 0.58 | 0.33 |
| Hex | 23 | 85 | 75 | 4A | 0 | C | 30 | AA | 3A | 21 |
| Octal | 43 | 205 | 165 | 112 | 0 | 14 | 60 | 252 | 72 | 41 |
| Binary | 100011 | 10000101 | 1110101 | 1001010 | 0 | 1100 | 110000 | 10101010 | 111010 | 100001 |
Color Harmonies of #238575
Complementary color
Monochromatic Colors of #238575
Black with #238575
Text Example
Text Example
White with #238575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238575; }
p { color: rgb(35,133,117); }
H1.HeaderClassName
{
color: #238575;
}
.AnyTagClassName
{
color: #238575;
}
</style>
background-color css
<style>
a { background-color: #238575; }
a { background-color: rgb(35,133,117); }
div.DivClassName
{
background-color: #238575;
}
.BgClassName
{
background-color: #238575;
}
</style>
border-color css
<style>
span { border-color: #238575; }
span { border-color: rgb(35,133,117); }
td.TdClassName
{
border-color: #238575;
}
.TagClassName
{
border-color: #238575;
}
</style>