Shades of Elm #267B72
Tints of Elm #267B72
RGB
CMYK
RGB Variations
Color information
#267B72 (or 0x267B72) is known color: Elm. HEX triplet: 26, 7B and 72. RGB value is (38,123,114). Sum of RGB (Red+Green+Blue) = 38+123+114=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 123 - color contains mainly: green. Hex color #267B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B72 is #D9848D. Grayscale: #606060. Windows color (decimal): -14255246 or 7502630. OLE color: 7502630.
HSL color Cylindrical-coordinate representation of color #267B72: hue angle of 173.65º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267B72 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 38 | 123 | 114 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.52 |
| HSL | 173.65º | 0.53% | 0.32% | - |
| HSV(B) | 173.65º | 0.69% | 0.48% | - |
| XYZ | 10.92 | 15.79 | 18.39 | - |
| YUV | 96.56 | 137.84 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 123 | 114 | 0.69 | 0 | 0.07 | 0.52 | 173.65 | 0.53 | 0.32 |
| Hex | 26 | 7B | 72 | 45 | 0 | 7 | 34 | AE | 35 | 20 |
| Octal | 46 | 173 | 162 | 105 | 0 | 7 | 64 | 256 | 65 | 40 |
| Binary | 100110 | 1111011 | 1110010 | 1000101 | 0 | 111 | 110100 | 10101110 | 110101 | 100000 |
Color Harmonies of #267B72
Complementary color
Monochromatic Colors of #267B72
Black with #267B72
Text Example
Text Example
White with #267B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267B72; }
p { color: rgb(38,123,114); }
H1.HeaderClassName
{
color: #267B72;
}
.AnyTagClassName
{
color: #267B72;
}
</style>
background-color css
<style>
a { background-color: #267B72; }
a { background-color: rgb(38,123,114); }
div.DivClassName
{
background-color: #267B72;
}
.BgClassName
{
background-color: #267B72;
}
</style>
border-color css
<style>
span { border-color: #267B72; }
span { border-color: rgb(38,123,114); }
td.TdClassName
{
border-color: #267B72;
}
.TagClassName
{
border-color: #267B72;
}
</style>