Shades of Elm #257A70
Tints of Elm #257A70
RGB
CMYK
RGB Variations
Color information
#257A70 (or 0x257A70) is known color: Elm. HEX triplet: 25, 7A and 70. RGB value is (37,122,112). Sum of RGB (Red+Green+Blue) = 37+122+112=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #257A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A70 is #DA858F. Grayscale: #5F5F5F. Windows color (decimal): -14321040 or 7371301. OLE color: 7371301.
HSL color Cylindrical-coordinate representation of color #257A70: hue angle of 172.94º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A70 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 112 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.52 |
| HSL | 172.94º | 0.53% | 0.31% | - |
| HSV(B) | 172.94º | 0.7% | 0.48% | - |
| XYZ | 10.65 | 15.48 | 17.76 | - |
| YUV | 95.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 112 | 0.70 | 0 | 0.08 | 0.52 | 172.94 | 0.53 | 0.31 |
| Hex | 25 | 7A | 70 | 46 | 0 | 8 | 34 | AD | 35 | 1F |
| Octal | 45 | 172 | 160 | 106 | 0 | 10 | 64 | 255 | 65 | 37 |
| Binary | 100101 | 1111010 | 1110000 | 1000110 | 0 | 1000 | 110100 | 10101101 | 110101 | 11111 |
Color Harmonies of #257A70
Complementary color
Monochromatic Colors of #257A70
Black with #257A70
Text Example
Text Example
White with #257A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A70; }
p { color: rgb(37,122,112); }
H1.HeaderClassName
{
color: #257A70;
}
.AnyTagClassName
{
color: #257A70;
}
</style>
background-color css
<style>
a { background-color: #257A70; }
a { background-color: rgb(37,122,112); }
div.DivClassName
{
background-color: #257A70;
}
.BgClassName
{
background-color: #257A70;
}
</style>
border-color css
<style>
span { border-color: #257A70; }
span { border-color: rgb(37,122,112); }
td.TdClassName
{
border-color: #257A70;
}
.TagClassName
{
border-color: #257A70;
}
</style>