Shades of Elm #267F72
Tints of Elm #267F72
RGB
CMYK
RGB Variations
Color information
#267F72 (or 0x267F72) is known color: Elm. HEX triplet: 26, 7F and 72. RGB value is (38,127,114). Sum of RGB (Red+Green+Blue) = 38+127+114=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #267F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267F72 is #D9808D. Grayscale: #626262. Windows color (decimal): -14254222 or 7503654. OLE color: 7503654.
HSL color Cylindrical-coordinate representation of color #267F72: hue angle of 171.24º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267F72 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 127 | 114 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.50 |
| HSL | 171.24º | 0.54% | 0.32% | - |
| HSV(B) | 171.24º | 0.7% | 0.5% | - |
| XYZ | 11.43 | 16.81 | 18.56 | - |
| YUV | 98.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 127 | 114 | 0.70 | 0 | 0.10 | 0.50 | 171.24 | 0.54 | 0.32 |
| Hex | 26 | 7F | 72 | 46 | 0 | A | 32 | AB | 36 | 20 |
| Octal | 46 | 177 | 162 | 106 | 0 | 12 | 62 | 253 | 66 | 40 |
| Binary | 100110 | 1111111 | 1110010 | 1000110 | 0 | 1010 | 110010 | 10101011 | 110110 | 100000 |
Color Harmonies of #267F72
Complementary color
Monochromatic Colors of #267F72
Black with #267F72
Text Example
Text Example
White with #267F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267F72; }
p { color: rgb(38,127,114); }
H1.HeaderClassName
{
color: #267F72;
}
.AnyTagClassName
{
color: #267F72;
}
</style>
background-color css
<style>
a { background-color: #267F72; }
a { background-color: rgb(38,127,114); }
div.DivClassName
{
background-color: #267F72;
}
.BgClassName
{
background-color: #267F72;
}
</style>
border-color css
<style>
span { border-color: #267F72; }
span { border-color: rgb(38,127,114); }
td.TdClassName
{
border-color: #267F72;
}
.TagClassName
{
border-color: #267F72;
}
</style>