Shades of Elm #268072
Tints of Elm #268072
RGB
CMYK
RGB Variations
Color information
#268072 (or 0x268072) is known color: Elm. HEX triplet: 26, 80 and 72. RGB value is (38,128,114). Sum of RGB (Red+Green+Blue) = 38+128+114=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #268072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268072 is #D97F8D. Grayscale: #636363. Windows color (decimal): -14253966 or 7503910. OLE color: 7503910.
HSL color Cylindrical-coordinate representation of color #268072: hue angle of 170.67º 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 #268072 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 128 | 114 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.50 |
| HSL | 170.67º | 0.54% | 0.33% | - |
| HSV(B) | 170.67º | 0.7% | 0.5% | - |
| XYZ | 11.56 | 17.07 | 18.6 | - |
| YUV | 99.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 128 | 114 | 0.70 | 0 | 0.11 | 0.50 | 170.67 | 0.54 | 0.33 |
| Hex | 26 | 80 | 72 | 46 | 0 | B | 32 | AB | 36 | 21 |
| Octal | 46 | 200 | 162 | 106 | 0 | 13 | 62 | 253 | 66 | 41 |
| Binary | 100110 | 10000000 | 1110010 | 1000110 | 0 | 1011 | 110010 | 10101011 | 110110 | 100001 |
Color Harmonies of #268072
Complementary color
Monochromatic Colors of #268072
Black with #268072
Text Example
Text Example
White with #268072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268072; }
p { color: rgb(38,128,114); }
H1.HeaderClassName
{
color: #268072;
}
.AnyTagClassName
{
color: #268072;
}
</style>
background-color css
<style>
a { background-color: #268072; }
a { background-color: rgb(38,128,114); }
div.DivClassName
{
background-color: #268072;
}
.BgClassName
{
background-color: #268072;
}
</style>
border-color css
<style>
span { border-color: #268072; }
span { border-color: rgb(38,128,114); }
td.TdClassName
{
border-color: #268072;
}
.TagClassName
{
border-color: #268072;
}
</style>