Shades of Elm #228881
Tints of Elm #228881
RGB
CMYK
RGB Variations
Color information
#228881 (or 0x228881) is known color: Elm. HEX triplet: 22, 88 and 81. RGB value is (34,136,129). Sum of RGB (Red+Green+Blue) = 34+136+129=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #228881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228881 is #DD777E. Grayscale: #686868. Windows color (decimal): -14514047 or 8488994. OLE color: 8488994.
HSL color Cylindrical-coordinate representation of color #228881: hue angle of 175.88º 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 #228881 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 136 | 129 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.47 |
| HSL | 175.88º | 0.6% | 0.33% | - |
| HSV(B) | 175.88º | 0.75% | 0.53% | - |
| XYZ | 13.43 | 19.53 | 23.83 | - |
| YUV | 104.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 129 | 0.75 | 0 | 0.05 | 0.47 | 175.88 | 0.6 | 0.33 |
| Hex | 22 | 88 | 81 | 4B | 0 | 5 | 2F | B0 | 3C | 21 |
| Octal | 42 | 210 | 201 | 113 | 0 | 5 | 57 | 260 | 74 | 41 |
| Binary | 100010 | 10001000 | 10000001 | 1001011 | 0 | 101 | 101111 | 10110000 | 111100 | 100001 |
Color Harmonies of #228881
Complementary color
Monochromatic Colors of #228881
Black with #228881
Text Example
Text Example
White with #228881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228881; }
p { color: rgb(34,136,129); }
H1.HeaderClassName
{
color: #228881;
}
.AnyTagClassName
{
color: #228881;
}
</style>
background-color css
<style>
a { background-color: #228881; }
a { background-color: rgb(34,136,129); }
div.DivClassName
{
background-color: #228881;
}
.BgClassName
{
background-color: #228881;
}
</style>
border-color css
<style>
span { border-color: #228881; }
span { border-color: rgb(34,136,129); }
td.TdClassName
{
border-color: #228881;
}
.TagClassName
{
border-color: #228881;
}
</style>