Shades of Elm #267270
Tints of Elm #267270
RGB
CMYK
RGB Variations
Color information
#267270 (or 0x267270) is known color: Elm. HEX triplet: 26, 72 and 70. RGB value is (38,114,112). Sum of RGB (Red+Green+Blue) = 38+114+112=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #267270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267270 is #D98D8F. Grayscale: #5A5A5A. Windows color (decimal): -14257552 or 7369254. OLE color: 7369254.
HSL color Cylindrical-coordinate representation of color #267270: hue angle of 178.42º 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 #267270 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 112 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.55 |
| HSL | 178.42º | 0.5% | 0.3% | - |
| HSV(B) | 178.42º | 0.67% | 0.45% | - |
| XYZ | 9.74 | 13.62 | 17.44 | - |
| YUV | 91.05 | 139.82 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 112 | 0.67 | 0 | 0.02 | 0.55 | 178.42 | 0.5 | 0.3 |
| Hex | 26 | 72 | 70 | 43 | 0 | 2 | 37 | B2 | 32 | 1E |
| Octal | 46 | 162 | 160 | 103 | 0 | 2 | 67 | 262 | 62 | 36 |
| Binary | 100110 | 1110010 | 1110000 | 1000011 | 0 | 10 | 110111 | 10110010 | 110010 | 11110 |
Color Harmonies of #267270
Complementary color
Monochromatic Colors of #267270
Black with #267270
Text Example
Text Example
White with #267270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267270; }
p { color: rgb(38,114,112); }
H1.HeaderClassName
{
color: #267270;
}
.AnyTagClassName
{
color: #267270;
}
</style>
background-color css
<style>
a { background-color: #267270; }
a { background-color: rgb(38,114,112); }
div.DivClassName
{
background-color: #267270;
}
.BgClassName
{
background-color: #267270;
}
</style>
border-color css
<style>
span { border-color: #267270; }
span { border-color: rgb(38,114,112); }
td.TdClassName
{
border-color: #267270;
}
.TagClassName
{
border-color: #267270;
}
</style>