Shades of Elm #227A72
Tints of Elm #227A72
RGB
CMYK
RGB Variations
Color information
#227A72 (or 0x227A72) is known color: Elm. HEX triplet: 22, 7A and 72. RGB value is (34,122,114). Sum of RGB (Red+Green+Blue) = 34+122+114=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #227A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A72 is #DD858D. Grayscale: #5E5E5E. Windows color (decimal): -14517646 or 7502370. OLE color: 7502370.
HSL color Cylindrical-coordinate representation of color #227A72: hue angle of 174.55º 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 #227A72 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 114 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.52 |
| HSL | 174.55º | 0.56% | 0.31% | - |
| HSV(B) | 174.55º | 0.72% | 0.48% | - |
| XYZ | 10.66 | 15.47 | 18.34 | - |
| YUV | 94.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 114 | 0.72 | 0 | 0.07 | 0.52 | 174.55 | 0.56 | 0.31 |
| Hex | 22 | 7A | 72 | 48 | 0 | 7 | 34 | AF | 38 | 1F |
| Octal | 42 | 172 | 162 | 110 | 0 | 7 | 64 | 257 | 70 | 37 |
| Binary | 100010 | 1111010 | 1110010 | 1001000 | 0 | 111 | 110100 | 10101111 | 111000 | 11111 |
Color Harmonies of #227A72
Complementary color
Monochromatic Colors of #227A72
Black with #227A72
Text Example
Text Example
White with #227A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A72; }
p { color: rgb(34,122,114); }
H1.HeaderClassName
{
color: #227A72;
}
.AnyTagClassName
{
color: #227A72;
}
</style>
background-color css
<style>
a { background-color: #227A72; }
a { background-color: rgb(34,122,114); }
div.DivClassName
{
background-color: #227A72;
}
.BgClassName
{
background-color: #227A72;
}
</style>
border-color css
<style>
span { border-color: #227A72; }
span { border-color: rgb(34,122,114); }
td.TdClassName
{
border-color: #227A72;
}
.TagClassName
{
border-color: #227A72;
}
</style>