Shades of Elm #228175
Tints of Elm #228175
RGB
CMYK
RGB Variations
Color information
#228175 (or 0x228175) is known color: Elm. HEX triplet: 22, 81 and 75. RGB value is (34,129,117). Sum of RGB (Red+Green+Blue) = 34+129+117=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #228175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228175 is #DD7E8A. Grayscale: #636363. Windows color (decimal): -14515851 or 7700770. OLE color: 7700770.
HSL color Cylindrical-coordinate representation of color #228175: hue angle of 172.42º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228175 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 129 | 117 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.49 |
| HSL | 172.42º | 0.58% | 0.32% | - |
| HSV(B) | 172.42º | 0.74% | 0.51% | - |
| XYZ | 11.72 | 17.32 | 19.56 | - |
| YUV | 99.23 | 138.03 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 117 | 0.74 | 0 | 0.09 | 0.49 | 172.42 | 0.58 | 0.32 |
| Hex | 22 | 81 | 75 | 4A | 0 | 9 | 31 | AC | 3A | 20 |
| Octal | 42 | 201 | 165 | 112 | 0 | 11 | 61 | 254 | 72 | 40 |
| Binary | 100010 | 10000001 | 1110101 | 1001010 | 0 | 1001 | 110001 | 10101100 | 111010 | 100000 |
Color Harmonies of #228175
Complementary color
Monochromatic Colors of #228175
Black with #228175
Text Example
Text Example
White with #228175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228175; }
p { color: rgb(34,129,117); }
H1.HeaderClassName
{
color: #228175;
}
.AnyTagClassName
{
color: #228175;
}
</style>
background-color css
<style>
a { background-color: #228175; }
a { background-color: rgb(34,129,117); }
div.DivClassName
{
background-color: #228175;
}
.BgClassName
{
background-color: #228175;
}
</style>
border-color css
<style>
span { border-color: #228175; }
span { border-color: rgb(34,129,117); }
td.TdClassName
{
border-color: #228175;
}
.TagClassName
{
border-color: #228175;
}
</style>