Shades of Elm #268575
Tints of Elm #268575
RGB
CMYK
RGB Variations
Color information
#268575 (or 0x268575) is known color: Elm. HEX triplet: 26, 85 and 75. RGB value is (38,133,117). Sum of RGB (Red+Green+Blue) = 38+133+117=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #268575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268575 is #D97A8A. Grayscale: #666666. Windows color (decimal): -14252683 or 7701798. OLE color: 7701798.
HSL color Cylindrical-coordinate representation of color #268575: hue angle of 169.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268575 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 38 | 133 | 117 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.48 |
| HSL | 169.89º | 0.56% | 0.34% | - |
| HSV(B) | 169.89º | 0.71% | 0.52% | - |
| XYZ | 12.4 | 18.47 | 19.74 | - |
| YUV | 102.77 | 136.03 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 133 | 117 | 0.71 | 0 | 0.12 | 0.48 | 169.89 | 0.56 | 0.34 |
| Hex | 26 | 85 | 75 | 47 | 0 | C | 30 | AA | 38 | 22 |
| Octal | 46 | 205 | 165 | 107 | 0 | 14 | 60 | 252 | 70 | 42 |
| Binary | 100110 | 10000101 | 1110101 | 1000111 | 0 | 1100 | 110000 | 10101010 | 111000 | 100010 |
Color Harmonies of #268575
Complementary color
Monochromatic Colors of #268575
Black with #268575
Text Example
Text Example
White with #268575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268575; }
p { color: rgb(38,133,117); }
H1.HeaderClassName
{
color: #268575;
}
.AnyTagClassName
{
color: #268575;
}
</style>
background-color css
<style>
a { background-color: #268575; }
a { background-color: rgb(38,133,117); }
div.DivClassName
{
background-color: #268575;
}
.BgClassName
{
background-color: #268575;
}
</style>
border-color css
<style>
span { border-color: #268575; }
span { border-color: rgb(38,133,117); }
td.TdClassName
{
border-color: #268575;
}
.TagClassName
{
border-color: #268575;
}
</style>