Shades of Elm #22887D
Tints of Elm #22887D
RGB
CMYK
RGB Variations
Color information
#22887D (or 0x22887D) is known color: Elm. HEX triplet: 22, 88 and 7D. RGB value is (34,136,125). Sum of RGB (Red+Green+Blue) = 34+136+125=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #22887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22887D is #DD7782. Grayscale: #686868. Windows color (decimal): -14514051 or 8226850. OLE color: 8226850.
HSL color Cylindrical-coordinate representation of color #22887D: hue angle of 173.53º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #22887D is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 136 | 125 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.47 |
| HSL | 173.53º | 0.6% | 0.33% | - |
| HSV(B) | 173.53º | 0.75% | 0.53% | - |
| XYZ | 13.17 | 19.43 | 22.46 | - |
| YUV | 104.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 125 | 0.75 | 0 | 0.08 | 0.47 | 173.53 | 0.6 | 0.33 |
| Hex | 22 | 88 | 7D | 4B | 0 | 8 | 2F | AE | 3C | 21 |
| Octal | 42 | 210 | 175 | 113 | 0 | 10 | 57 | 256 | 74 | 41 |
| Binary | 100010 | 10001000 | 1111101 | 1001011 | 0 | 1000 | 101111 | 10101110 | 111100 | 100001 |
Color Harmonies of #22887D
Complementary color
Monochromatic Colors of #22887D
Black with #22887D
Text Example
Text Example
White with #22887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22887D; }
p { color: rgb(34,136,125); }
H1.HeaderClassName
{
color: #22887D;
}
.AnyTagClassName
{
color: #22887D;
}
</style>
background-color css
<style>
a { background-color: #22887D; }
a { background-color: rgb(34,136,125); }
div.DivClassName
{
background-color: #22887D;
}
.BgClassName
{
background-color: #22887D;
}
</style>
border-color css
<style>
span { border-color: #22887D; }
span { border-color: rgb(34,136,125); }
td.TdClassName
{
border-color: #22887D;
}
.TagClassName
{
border-color: #22887D;
}
</style>