Shades of Elm #267370
Tints of Elm #267370
RGB
CMYK
RGB Variations
Color information
#267370 (or 0x267370) is known color: Elm. HEX triplet: 26, 73 and 70. RGB value is (38,115,112). Sum of RGB (Red+Green+Blue) = 38+115+112=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #267370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267370 is #D98C8F. Grayscale: #5B5B5B. Windows color (decimal): -14257296 or 7369510. OLE color: 7369510.
HSL color Cylindrical-coordinate representation of color #267370: hue angle of 177.66º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267370 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 115 | 112 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.55 |
| HSL | 177.66º | 0.5% | 0.3% | - |
| HSV(B) | 177.66º | 0.67% | 0.45% | - |
| XYZ | 9.85 | 13.84 | 17.48 | - |
| YUV | 91.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 115 | 112 | 0.67 | 0 | 0.03 | 0.55 | 177.66 | 0.5 | 0.3 |
| Hex | 26 | 73 | 70 | 43 | 0 | 3 | 37 | B2 | 32 | 1E |
| Octal | 46 | 163 | 160 | 103 | 0 | 3 | 67 | 262 | 62 | 36 |
| Binary | 100110 | 1110011 | 1110000 | 1000011 | 0 | 11 | 110111 | 10110010 | 110010 | 11110 |
Color Harmonies of #267370
Complementary color
Monochromatic Colors of #267370
Black with #267370
Text Example
Text Example
White with #267370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267370; }
p { color: rgb(38,115,112); }
H1.HeaderClassName
{
color: #267370;
}
.AnyTagClassName
{
color: #267370;
}
</style>
background-color css
<style>
a { background-color: #267370; }
a { background-color: rgb(38,115,112); }
div.DivClassName
{
background-color: #267370;
}
.BgClassName
{
background-color: #267370;
}
</style>
border-color css
<style>
span { border-color: #267370; }
span { border-color: rgb(38,115,112); }
td.TdClassName
{
border-color: #267370;
}
.TagClassName
{
border-color: #267370;
}
</style>