Shades of Elm #227F74
Tints of Elm #227F74
RGB
CMYK
RGB Variations
Color information
#227F74 (or 0x227F74) is known color: Elm. HEX triplet: 22, 7F and 74. RGB value is (34,127,116). Sum of RGB (Red+Green+Blue) = 34+127+116=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 127 (50% from 255 or 45.85% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 127 - color contains mainly: green. Hex color #227F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227F74 is #DD808B. Grayscale: #616161. Windows color (decimal): -14516364 or 7634722. OLE color: 7634722.
HSL color Cylindrical-coordinate representation of color #227F74: hue angle of 172.9º 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 #227F74 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 34 | 127 | 116 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.50 |
| HSL | 172.9º | 0.58% | 0.32% | - |
| HSV(B) | 172.9º | 0.73% | 0.5% | - |
| XYZ | 11.4 | 16.78 | 19.16 | - |
| YUV | 97.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 116 | 0.73 | 0 | 0.09 | 0.50 | 172.9 | 0.58 | 0.32 |
| Hex | 22 | 7F | 74 | 49 | 0 | 9 | 32 | AD | 3A | 20 |
| Octal | 42 | 177 | 164 | 111 | 0 | 11 | 62 | 255 | 72 | 40 |
| Binary | 100010 | 1111111 | 1110100 | 1001001 | 0 | 1001 | 110010 | 10101101 | 111010 | 100000 |
Color Harmonies of #227F74
Complementary color
Monochromatic Colors of #227F74
Black with #227F74
Text Example
Text Example
White with #227F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227F74; }
p { color: rgb(34,127,116); }
H1.HeaderClassName
{
color: #227F74;
}
.AnyTagClassName
{
color: #227F74;
}
</style>
background-color css
<style>
a { background-color: #227F74; }
a { background-color: rgb(34,127,116); }
div.DivClassName
{
background-color: #227F74;
}
.BgClassName
{
background-color: #227F74;
}
</style>
border-color css
<style>
span { border-color: #227F74; }
span { border-color: rgb(34,127,116); }
td.TdClassName
{
border-color: #227F74;
}
.TagClassName
{
border-color: #227F74;
}
</style>