Shades of Elm #267975
Tints of Elm #267975
RGB
CMYK
RGB Variations
Color information
#267975 (or 0x267975) is known color: Elm. HEX triplet: 26, 79 and 75. RGB value is (38,121,117). Sum of RGB (Red+Green+Blue) = 38+121+117=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #267975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267975 is #D9868A. Grayscale: #5F5F5F. Windows color (decimal): -14255755 or 7698726. OLE color: 7698726.
HSL color Cylindrical-coordinate representation of color #267975: hue angle of 177.11º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267975 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 38 | 121 | 117 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.53 |
| HSL | 177.11º | 0.52% | 0.31% | - |
| HSV(B) | 177.11º | 0.69% | 0.47% | - |
| XYZ | 10.85 | 15.37 | 19.22 | - |
| YUV | 95.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 117 | 0.69 | 0 | 0.03 | 0.53 | 177.11 | 0.52 | 0.31 |
| Hex | 26 | 79 | 75 | 45 | 0 | 3 | 35 | B1 | 34 | 1F |
| Octal | 46 | 171 | 165 | 105 | 0 | 3 | 65 | 261 | 64 | 37 |
| Binary | 100110 | 1111001 | 1110101 | 1000101 | 0 | 11 | 110101 | 10110001 | 110100 | 11111 |
Color Harmonies of #267975
Complementary color
Monochromatic Colors of #267975
Black with #267975
Text Example
Text Example
White with #267975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #267975; }
p { color: rgb(38,121,117); }
H1.HeaderClassName
{
color: #267975;
}
.AnyTagClassName
{
color: #267975;
}
</style>
background-color css
<style>
a { background-color: #267975; }
a { background-color: rgb(38,121,117); }
div.DivClassName
{
background-color: #267975;
}
.BgClassName
{
background-color: #267975;
}
</style>
border-color css
<style>
span { border-color: #267975; }
span { border-color: rgb(38,121,117); }
td.TdClassName
{
border-color: #267975;
}
.TagClassName
{
border-color: #267975;
}
</style>