Shades of Elm #22817F
Tints of Elm #22817F
RGB
CMYK
RGB Variations
Color information
#22817F (or 0x22817F) is known color: Elm. HEX triplet: 22, 81 and 7F. RGB value is (34,129,127). Sum of RGB (Red+Green+Blue) = 34+129+127=290 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.72% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #22817F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22817F is #DD7E80. Grayscale: #646464. Windows color (decimal): -14515841 or 8356130. OLE color: 8356130.
HSL color Cylindrical-coordinate representation of color #22817F: hue angle of 178.74º 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 #22817F is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 129 | 127 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.49 |
| HSL | 178.74º | 0.58% | 0.32% | - |
| HSV(B) | 178.74º | 0.74% | 0.51% | - |
| XYZ | 12.34 | 17.57 | 22.82 | - |
| YUV | 100.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 129 | 127 | 0.74 | 0 | 0.02 | 0.49 | 178.74 | 0.58 | 0.32 |
| Hex | 22 | 81 | 7F | 4A | 0 | 2 | 31 | B3 | 3A | 20 |
| Octal | 42 | 201 | 177 | 112 | 0 | 2 | 61 | 263 | 72 | 40 |
| Binary | 100010 | 10000001 | 1111111 | 1001010 | 0 | 10 | 110001 | 10110011 | 111010 | 100000 |
Color Harmonies of #22817F
Complementary color
Monochromatic Colors of #22817F
Black with #22817F
Text Example
Text Example
White with #22817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22817F; }
p { color: rgb(34,129,127); }
H1.HeaderClassName
{
color: #22817F;
}
.AnyTagClassName
{
color: #22817F;
}
</style>
background-color css
<style>
a { background-color: #22817F; }
a { background-color: rgb(34,129,127); }
div.DivClassName
{
background-color: #22817F;
}
.BgClassName
{
background-color: #22817F;
}
</style>
border-color css
<style>
span { border-color: #22817F; }
span { border-color: rgb(34,129,127); }
td.TdClassName
{
border-color: #22817F;
}
.TagClassName
{
border-color: #22817F;
}
</style>