Shades of Elm #26817E
Tints of Elm #26817E
RGB
CMYK
RGB Variations
Color information
#26817E (or 0x26817E) is known color: Elm. HEX triplet: 26, 81 and 7E. RGB value is (38,129,126). Sum of RGB (Red+Green+Blue) = 38+129+126=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #26817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26817E is #D97E81. Grayscale: #656565. Windows color (decimal): -14253698 or 8290598. OLE color: 8290598.
HSL color Cylindrical-coordinate representation of color #26817E: hue angle of 178.02º degrees, saturation: 0.54, 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 #26817E is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 126 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.49 |
| HSL | 178.02º | 0.54% | 0.33% | - |
| HSV(B) | 178.02º | 0.71% | 0.51% | - |
| XYZ | 12.42 | 17.62 | 22.49 | - |
| YUV | 101.45 | 141.85 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 126 | 0.71 | 0 | 0.02 | 0.49 | 178.02 | 0.54 | 0.33 |
| Hex | 26 | 81 | 7E | 47 | 0 | 2 | 31 | B2 | 36 | 21 |
| Octal | 46 | 201 | 176 | 107 | 0 | 2 | 61 | 262 | 66 | 41 |
| Binary | 100110 | 10000001 | 1111110 | 1000111 | 0 | 10 | 110001 | 10110010 | 110110 | 100001 |
Color Harmonies of #26817E
Complementary color
Monochromatic Colors of #26817E
Black with #26817E
Text Example
Text Example
White with #26817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26817E; }
p { color: rgb(38,129,126); }
H1.HeaderClassName
{
color: #26817E;
}
.AnyTagClassName
{
color: #26817E;
}
</style>
background-color css
<style>
a { background-color: #26817E; }
a { background-color: rgb(38,129,126); }
div.DivClassName
{
background-color: #26817E;
}
.BgClassName
{
background-color: #26817E;
}
</style>
border-color css
<style>
span { border-color: #26817E; }
span { border-color: rgb(38,129,126); }
td.TdClassName
{
border-color: #26817E;
}
.TagClassName
{
border-color: #26817E;
}
</style>