Shades of Elm #26817D
Tints of Elm #26817D
RGB
CMYK
RGB Variations
Color information
#26817D (or 0x26817D) is known color: Elm. HEX triplet: 26, 81 and 7D. RGB value is (38,129,125). Sum of RGB (Red+Green+Blue) = 38+129+125=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #26817D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26817D is #D97E82. Grayscale: #656565. Windows color (decimal): -14253699 or 8225062. OLE color: 8225062.
HSL color Cylindrical-coordinate representation of color #26817D: hue angle of 177.36º 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 #26817D is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 129 | 125 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.49 |
| HSL | 177.36º | 0.54% | 0.33% | - |
| HSV(B) | 177.36º | 0.71% | 0.51% | - |
| XYZ | 12.35 | 17.59 | 22.15 | - |
| YUV | 101.34 | 141.35 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 125 | 0.71 | 0 | 0.03 | 0.49 | 177.36 | 0.54 | 0.33 |
| Hex | 26 | 81 | 7D | 47 | 0 | 3 | 31 | B1 | 36 | 21 |
| Octal | 46 | 201 | 175 | 107 | 0 | 3 | 61 | 261 | 66 | 41 |
| Binary | 100110 | 10000001 | 1111101 | 1000111 | 0 | 11 | 110001 | 10110001 | 110110 | 100001 |
Color Harmonies of #26817D
Complementary color
Monochromatic Colors of #26817D
Black with #26817D
Text Example
Text Example
White with #26817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26817D; }
p { color: rgb(38,129,125); }
H1.HeaderClassName
{
color: #26817D;
}
.AnyTagClassName
{
color: #26817D;
}
</style>
background-color css
<style>
a { background-color: #26817D; }
a { background-color: rgb(38,129,125); }
div.DivClassName
{
background-color: #26817D;
}
.BgClassName
{
background-color: #26817D;
}
</style>
border-color css
<style>
span { border-color: #26817D; }
span { border-color: rgb(38,129,125); }
td.TdClassName
{
border-color: #26817D;
}
.TagClassName
{
border-color: #26817D;
}
</style>