Shades of Elm #267872
Tints of Elm #267872
RGB
CMYK
RGB Variations
Color information
#267872 (or 0x267872) is known color: Elm. HEX triplet: 26, 78 and 72. RGB value is (38,120,114). Sum of RGB (Red+Green+Blue) = 38+120+114=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #267872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267872 is #D9878D. Grayscale: #5E5E5E. Windows color (decimal): -14256014 or 7501862. OLE color: 7501862.
HSL color Cylindrical-coordinate representation of color #267872: hue angle of 175.61º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267872 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 120 | 114 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.53 |
| HSL | 175.61º | 0.52% | 0.31% | - |
| HSV(B) | 175.61º | 0.68% | 0.47% | - |
| XYZ | 10.55 | 15.06 | 18.27 | - |
| YUV | 94.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 120 | 114 | 0.68 | 0 | 0.05 | 0.53 | 175.61 | 0.52 | 0.31 |
| Hex | 26 | 78 | 72 | 44 | 0 | 5 | 35 | B0 | 34 | 1F |
| Octal | 46 | 170 | 162 | 104 | 0 | 5 | 65 | 260 | 64 | 37 |
| Binary | 100110 | 1111000 | 1110010 | 1000100 | 0 | 101 | 110101 | 10110000 | 110100 | 11111 |
Color Harmonies of #267872
Complementary color
Monochromatic Colors of #267872
Black with #267872
Text Example
Text Example
White with #267872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267872; }
p { color: rgb(38,120,114); }
H1.HeaderClassName
{
color: #267872;
}
.AnyTagClassName
{
color: #267872;
}
</style>
background-color css
<style>
a { background-color: #267872; }
a { background-color: rgb(38,120,114); }
div.DivClassName
{
background-color: #267872;
}
.BgClassName
{
background-color: #267872;
}
</style>
border-color css
<style>
span { border-color: #267872; }
span { border-color: rgb(38,120,114); }
td.TdClassName
{
border-color: #267872;
}
.TagClassName
{
border-color: #267872;
}
</style>