Shades of Elm #268675
Tints of Elm #268675
RGB
CMYK
RGB Variations
Color information
#268675 (or 0x268675) is known color: Elm. HEX triplet: 26, 86 and 75. RGB value is (38,134,117). Sum of RGB (Red+Green+Blue) = 38+134+117=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #268675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268675 is #D9798A. Grayscale: #676767. Windows color (decimal): -14252427 or 7702054. OLE color: 7702054.
HSL color Cylindrical-coordinate representation of color #268675: hue angle of 169.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268675 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 38 | 134 | 117 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.47 |
| HSL | 169.38º | 0.56% | 0.34% | - |
| HSV(B) | 169.38º | 0.72% | 0.53% | - |
| XYZ | 12.54 | 18.75 | 19.79 | - |
| YUV | 103.36 | 135.7 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 117 | 0.72 | 0 | 0.13 | 0.47 | 169.38 | 0.56 | 0.34 |
| Hex | 26 | 86 | 75 | 48 | 0 | D | 2F | A9 | 38 | 22 |
| Octal | 46 | 206 | 165 | 110 | 0 | 15 | 57 | 251 | 70 | 42 |
| Binary | 100110 | 10000110 | 1110101 | 1001000 | 0 | 1101 | 101111 | 10101001 | 111000 | 100010 |
Color Harmonies of #268675
Complementary color
Monochromatic Colors of #268675
Black with #268675
Text Example
Text Example
White with #268675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268675; }
p { color: rgb(38,134,117); }
H1.HeaderClassName
{
color: #268675;
}
.AnyTagClassName
{
color: #268675;
}
</style>
background-color css
<style>
a { background-color: #268675; }
a { background-color: rgb(38,134,117); }
div.DivClassName
{
background-color: #268675;
}
.BgClassName
{
background-color: #268675;
}
</style>
border-color css
<style>
span { border-color: #268675; }
span { border-color: rgb(38,134,117); }
td.TdClassName
{
border-color: #268675;
}
.TagClassName
{
border-color: #268675;
}
</style>