Shades of Elm #26857F
Tints of Elm #26857F
RGB
CMYK
RGB Variations
Color information
#26857F (or 0x26857F) is known color: Elm. HEX triplet: 26, 85 and 7F. RGB value is (38,133,127). Sum of RGB (Red+Green+Blue) = 38+133+127=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #26857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26857F is #D97A80. Grayscale: #676767. Windows color (decimal): -14252673 or 8357158. OLE color: 8357158.
HSL color Cylindrical-coordinate representation of color #26857F: hue angle of 176.21º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26857F is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 127 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.48 |
| HSL | 176.21º | 0.56% | 0.34% | - |
| HSV(B) | 176.21º | 0.71% | 0.52% | - |
| XYZ | 13.02 | 18.72 | 23.01 | - |
| YUV | 103.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 127 | 0.71 | 0 | 0.05 | 0.48 | 176.21 | 0.56 | 0.34 |
| Hex | 26 | 85 | 7F | 47 | 0 | 5 | 30 | B0 | 38 | 22 |
| Octal | 46 | 205 | 177 | 107 | 0 | 5 | 60 | 260 | 70 | 42 |
| Binary | 100110 | 10000101 | 1111111 | 1000111 | 0 | 101 | 110000 | 10110000 | 111000 | 100010 |
Color Harmonies of #26857F
Complementary color
Monochromatic Colors of #26857F
Black with #26857F
Text Example
Text Example
White with #26857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26857F; }
p { color: rgb(38,133,127); }
H1.HeaderClassName
{
color: #26857F;
}
.AnyTagClassName
{
color: #26857F;
}
</style>
background-color css
<style>
a { background-color: #26857F; }
a { background-color: rgb(38,133,127); }
div.DivClassName
{
background-color: #26857F;
}
.BgClassName
{
background-color: #26857F;
}
</style>
border-color css
<style>
span { border-color: #26857F; }
span { border-color: rgb(38,133,127); }
td.TdClassName
{
border-color: #26857F;
}
.TagClassName
{
border-color: #26857F;
}
</style>