Shades of Elm #268073
Tints of Elm #268073
RGB
CMYK
RGB Variations
Color information
#268073 (or 0x268073) is known color: Elm. HEX triplet: 26, 80 and 73. RGB value is (38,128,115). Sum of RGB (Red+Green+Blue) = 38+128+115=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #268073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268073 is #D97F8C. Grayscale: #636363. Windows color (decimal): -14253965 or 7569446. OLE color: 7569446.
HSL color Cylindrical-coordinate representation of color #268073: hue angle of 171.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268073 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 128 | 115 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.50 |
| HSL | 171.33º | 0.54% | 0.33% | - |
| HSV(B) | 171.33º | 0.7% | 0.5% | - |
| XYZ | 11.61 | 17.09 | 18.91 | - |
| YUV | 99.61 | 136.68 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 115 | 0.70 | 0 | 0.10 | 0.50 | 171.33 | 0.54 | 0.33 |
| Hex | 26 | 80 | 73 | 46 | 0 | A | 32 | AB | 36 | 21 |
| Octal | 46 | 200 | 163 | 106 | 0 | 12 | 62 | 253 | 66 | 41 |
| Binary | 100110 | 10000000 | 1110011 | 1000110 | 0 | 1010 | 110010 | 10101011 | 110110 | 100001 |
Color Harmonies of #268073
Complementary color
Monochromatic Colors of #268073
Black with #268073
Text Example
Text Example
White with #268073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268073; }
p { color: rgb(38,128,115); }
H1.HeaderClassName
{
color: #268073;
}
.AnyTagClassName
{
color: #268073;
}
</style>
background-color css
<style>
a { background-color: #268073; }
a { background-color: rgb(38,128,115); }
div.DivClassName
{
background-color: #268073;
}
.BgClassName
{
background-color: #268073;
}
</style>
border-color css
<style>
span { border-color: #268073; }
span { border-color: rgb(38,128,115); }
td.TdClassName
{
border-color: #268073;
}
.TagClassName
{
border-color: #268073;
}
</style>