Shades of Elm #227A71
Tints of Elm #227A71
RGB
CMYK
RGB Variations
Color information
#227A71 (or 0x227A71) is known color: Elm. HEX triplet: 22, 7A and 71. RGB value is (34,122,113). Sum of RGB (Red+Green+Blue) = 34+122+113=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #227A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A71 is #DD858E. Grayscale: #5E5E5E. Windows color (decimal): -14517647 or 7436834. OLE color: 7436834.
HSL color Cylindrical-coordinate representation of color #227A71: hue angle of 173.86º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A71 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 113 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.52 |
| HSL | 173.86º | 0.56% | 0.31% | - |
| HSV(B) | 173.86º | 0.72% | 0.48% | - |
| XYZ | 10.6 | 15.45 | 18.05 | - |
| YUV | 94.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 113 | 0.72 | 0 | 0.07 | 0.52 | 173.86 | 0.56 | 0.31 |
| Hex | 22 | 7A | 71 | 48 | 0 | 7 | 34 | AE | 38 | 1F |
| Octal | 42 | 172 | 161 | 110 | 0 | 7 | 64 | 256 | 70 | 37 |
| Binary | 100010 | 1111010 | 1110001 | 1001000 | 0 | 111 | 110100 | 10101110 | 111000 | 11111 |
Color Harmonies of #227A71
Complementary color
Monochromatic Colors of #227A71
Black with #227A71
Text Example
Text Example
White with #227A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A71; }
p { color: rgb(34,122,113); }
H1.HeaderClassName
{
color: #227A71;
}
.AnyTagClassName
{
color: #227A71;
}
</style>
background-color css
<style>
a { background-color: #227A71; }
a { background-color: rgb(34,122,113); }
div.DivClassName
{
background-color: #227A71;
}
.BgClassName
{
background-color: #227A71;
}
</style>
border-color css
<style>
span { border-color: #227A71; }
span { border-color: rgb(34,122,113); }
td.TdClassName
{
border-color: #227A71;
}
.TagClassName
{
border-color: #227A71;
}
</style>