Shades of Elm #22897D
Tints of Elm #22897D
RGB
CMYK
RGB Variations
Color information
#22897D (or 0x22897D) is known color: Elm. HEX triplet: 22, 89 and 7D. RGB value is (34,137,125). Sum of RGB (Red+Green+Blue) = 34+137+125=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #22897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22897D is #DD7682. Grayscale: #686868. Windows color (decimal): -14513795 or 8227106. OLE color: 8227106.
HSL color Cylindrical-coordinate representation of color #22897D: hue angle of 173.01º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22897D is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 137 | 125 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.46 |
| HSL | 173.01º | 0.6% | 0.34% | - |
| HSV(B) | 173.01º | 0.75% | 0.54% | - |
| XYZ | 13.31 | 19.71 | 22.51 | - |
| YUV | 104.84 | 139.38 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 125 | 0.75 | 0 | 0.09 | 0.46 | 173.01 | 0.6 | 0.34 |
| Hex | 22 | 89 | 7D | 4B | 0 | 9 | 2E | AD | 3C | 22 |
| Octal | 42 | 211 | 175 | 113 | 0 | 11 | 56 | 255 | 74 | 42 |
| Binary | 100010 | 10001001 | 1111101 | 1001011 | 0 | 1001 | 101110 | 10101101 | 111100 | 100010 |
Color Harmonies of #22897D
Complementary color
Monochromatic Colors of #22897D
Black with #22897D
Text Example
Text Example
White with #22897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22897D; }
p { color: rgb(34,137,125); }
H1.HeaderClassName
{
color: #22897D;
}
.AnyTagClassName
{
color: #22897D;
}
</style>
background-color css
<style>
a { background-color: #22897D; }
a { background-color: rgb(34,137,125); }
div.DivClassName
{
background-color: #22897D;
}
.BgClassName
{
background-color: #22897D;
}
</style>
border-color css
<style>
span { border-color: #22897D; }
span { border-color: rgb(34,137,125); }
td.TdClassName
{
border-color: #22897D;
}
.TagClassName
{
border-color: #22897D;
}
</style>