Shades of Elm #267272
Tints of Elm #267272
RGB
CMYK
RGB Variations
Color information
#267272 (or 0x267272) is known color: Elm. HEX triplet: 26, 72 and 72. RGB value is (38,114,114). Sum of RGB (Red+Green+Blue) = 38+114+114=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #267272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267272 is #D98D8D. Grayscale: #5B5B5B. Windows color (decimal): -14257550 or 7500326. OLE color: 7500326.
HSL color Cylindrical-coordinate representation of color #267272: hue angle of 180º 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 #267272 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 38 | 114 | 114 | - |
| CMYK | 0.67 | 0 | 0 | 0.55 |
| HSL | 180º | 0.5% | 0.3% | - |
| HSV(B) | 180º | 0.67% | 0.45% | - |
| XYZ | 9.85 | 13.66 | 18.04 | - |
| YUV | 91.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 114 | 114 | 0.67 | 0 | 0 | 0.55 | 180 | 0.5 | 0.3 |
| Hex | 26 | 72 | 72 | 43 | 0 | 0 | 37 | B4 | 32 | 1E |
| Octal | 46 | 162 | 162 | 103 | 0 | 0 | 67 | 264 | 62 | 36 |
| Binary | 100110 | 1110010 | 1110010 | 1000011 | 0 | 0 | 110111 | 10110100 | 110010 | 11110 |
Color Harmonies of #267272
Complementary color
Monochromatic Colors of #267272
Black with #267272
Text Example
Text Example
White with #267272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267272; }
p { color: rgb(38,114,114); }
H1.HeaderClassName
{
color: #267272;
}
.AnyTagClassName
{
color: #267272;
}
</style>
background-color css
<style>
a { background-color: #267272; }
a { background-color: rgb(38,114,114); }
div.DivClassName
{
background-color: #267272;
}
.BgClassName
{
background-color: #267272;
}
</style>
border-color css
<style>
span { border-color: #267272; }
span { border-color: rgb(38,114,114); }
td.TdClassName
{
border-color: #267272;
}
.TagClassName
{
border-color: #267272;
}
</style>