Shades of Elm #228173
Tints of Elm #228173
RGB
CMYK
RGB Variations
Color information
#228173 (or 0x228173) is known color: Elm. HEX triplet: 22, 81 and 73. RGB value is (34,129,115). Sum of RGB (Red+Green+Blue) = 34+129+115=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #228173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228173 is #DD7E8C. Grayscale: #626262. Windows color (decimal): -14515853 or 7569698. OLE color: 7569698.
HSL color Cylindrical-coordinate representation of color #228173: hue angle of 171.16º 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 #228173 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 129 | 115 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.49 |
| HSL | 171.16º | 0.58% | 0.32% | - |
| HSV(B) | 171.16º | 0.74% | 0.51% | - |
| XYZ | 11.6 | 17.28 | 18.94 | - |
| YUV | 99 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 115 | 0.74 | 0 | 0.11 | 0.49 | 171.16 | 0.58 | 0.32 |
| Hex | 22 | 81 | 73 | 4A | 0 | B | 31 | AB | 3A | 20 |
| Octal | 42 | 201 | 163 | 112 | 0 | 13 | 61 | 253 | 72 | 40 |
| Binary | 100010 | 10000001 | 1110011 | 1001010 | 0 | 1011 | 110001 | 10101011 | 111010 | 100000 |
Color Harmonies of #228173
Complementary color
Monochromatic Colors of #228173
Black with #228173
Text Example
Text Example
White with #228173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228173; }
p { color: rgb(34,129,115); }
H1.HeaderClassName
{
color: #228173;
}
.AnyTagClassName
{
color: #228173;
}
</style>
background-color css
<style>
a { background-color: #228173; }
a { background-color: rgb(34,129,115); }
div.DivClassName
{
background-color: #228173;
}
.BgClassName
{
background-color: #228173;
}
</style>
border-color css
<style>
span { border-color: #228173; }
span { border-color: rgb(34,129,115); }
td.TdClassName
{
border-color: #228173;
}
.TagClassName
{
border-color: #228173;
}
</style>