Shades of Elm #256F70
Tints of Elm #256F70
RGB
CMYK
RGB Variations
Color information
#256F70 (or 0x256F70) is known color: Elm. HEX triplet: 25, 6F and 70. RGB value is (37,111,112). Sum of RGB (Red+Green+Blue) = 37+111+112=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #256F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F70 is #DA908F. Grayscale: #585858. Windows color (decimal): -14323856 or 7368485. OLE color: 7368485.
HSL color Cylindrical-coordinate representation of color #256F70: hue angle of 180.8º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F70 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 111 | 112 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.56 |
| HSL | 180.8º | 0.5% | 0.29% | - |
| HSV(B) | 180.8º | 0.67% | 0.44% | - |
| XYZ | 9.37 | 12.93 | 17.33 | - |
| YUV | 88.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 112 | 0.67 | 0.01 | 0 | 0.56 | 180.8 | 0.5 | 0.29 |
| Hex | 25 | 6F | 70 | 43 | 1 | 0 | 38 | B5 | 32 | 1D |
| Octal | 45 | 157 | 160 | 103 | 1 | 0 | 70 | 265 | 62 | 35 |
| Binary | 100101 | 1101111 | 1110000 | 1000011 | 1 | 0 | 111000 | 10110101 | 110010 | 11101 |
Color Harmonies of #256F70
Complementary color
Monochromatic Colors of #256F70
Black with #256F70
Text Example
Text Example
White with #256F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F70; }
p { color: rgb(37,111,112); }
H1.HeaderClassName
{
color: #256F70;
}
.AnyTagClassName
{
color: #256F70;
}
</style>
background-color css
<style>
a { background-color: #256F70; }
a { background-color: rgb(37,111,112); }
div.DivClassName
{
background-color: #256F70;
}
.BgClassName
{
background-color: #256F70;
}
</style>
border-color css
<style>
span { border-color: #256F70; }
span { border-color: rgb(37,111,112); }
td.TdClassName
{
border-color: #256F70;
}
.TagClassName
{
border-color: #256F70;
}
</style>