Shades of Elm #268278
Tints of Elm #268278
RGB
CMYK
RGB Variations
Color information
#268278 (or 0x268278) is known color: Elm. HEX triplet: 26, 82 and 78. RGB value is (38,130,120). Sum of RGB (Red+Green+Blue) = 38+130+120=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #268278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268278 is #D97D87. Grayscale: #656565. Windows color (decimal): -14253448 or 7897638. OLE color: 7897638.
HSL color Cylindrical-coordinate representation of color #268278: hue angle of 173.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268278 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 120 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.49 |
| HSL | 173.48º | 0.55% | 0.33% | - |
| HSV(B) | 173.48º | 0.71% | 0.51% | - |
| XYZ | 12.17 | 17.73 | 20.55 | - |
| YUV | 101.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 120 | 0.71 | 0 | 0.08 | 0.49 | 173.48 | 0.55 | 0.33 |
| Hex | 26 | 82 | 78 | 47 | 0 | 8 | 31 | AD | 37 | 21 |
| Octal | 46 | 202 | 170 | 107 | 0 | 10 | 61 | 255 | 67 | 41 |
| Binary | 100110 | 10000010 | 1111000 | 1000111 | 0 | 1000 | 110001 | 10101101 | 110111 | 100001 |
Color Harmonies of #268278
Complementary color
Monochromatic Colors of #268278
Black with #268278
Text Example
Text Example
White with #268278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268278; }
p { color: rgb(38,130,120); }
H1.HeaderClassName
{
color: #268278;
}
.AnyTagClassName
{
color: #268278;
}
</style>
background-color css
<style>
a { background-color: #268278; }
a { background-color: rgb(38,130,120); }
div.DivClassName
{
background-color: #268278;
}
.BgClassName
{
background-color: #268278;
}
</style>
border-color css
<style>
span { border-color: #268278; }
span { border-color: rgb(38,130,120); }
td.TdClassName
{
border-color: #268278;
}
.TagClassName
{
border-color: #268278;
}
</style>