Shades of Elm #227F71
Tints of Elm #227F71
RGB
CMYK
RGB Variations
Color information
#227F71 (or 0x227F71) is known color: Elm. HEX triplet: 22, 7F and 71. RGB value is (34,127,113). Sum of RGB (Red+Green+Blue) = 34+127+113=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #227F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F71 is #DD808E. Grayscale: #616161. Windows color (decimal): -14516367 or 7438114. OLE color: 7438114.
HSL color Cylindrical-coordinate representation of color #227F71: hue angle of 170.97º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227F71 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 113 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.50 |
| HSL | 170.97º | 0.58% | 0.32% | - |
| HSV(B) | 170.97º | 0.73% | 0.5% | - |
| XYZ | 11.23 | 16.71 | 18.26 | - |
| YUV | 97.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 113 | 0.73 | 0 | 0.11 | 0.50 | 170.97 | 0.58 | 0.32 |
| Hex | 22 | 7F | 71 | 49 | 0 | B | 32 | AB | 3A | 20 |
| Octal | 42 | 177 | 161 | 111 | 0 | 13 | 62 | 253 | 72 | 40 |
| Binary | 100010 | 1111111 | 1110001 | 1001001 | 0 | 1011 | 110010 | 10101011 | 111010 | 100000 |
Color Harmonies of #227F71
Complementary color
Monochromatic Colors of #227F71
Black with #227F71
Text Example
Text Example
White with #227F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F71; }
p { color: rgb(34,127,113); }
H1.HeaderClassName
{
color: #227F71;
}
.AnyTagClassName
{
color: #227F71;
}
</style>
background-color css
<style>
a { background-color: #227F71; }
a { background-color: rgb(34,127,113); }
div.DivClassName
{
background-color: #227F71;
}
.BgClassName
{
background-color: #227F71;
}
</style>
border-color css
<style>
span { border-color: #227F71; }
span { border-color: rgb(34,127,113); }
td.TdClassName
{
border-color: #227F71;
}
.TagClassName
{
border-color: #227F71;
}
</style>