Shades of Elm #26827B
Tints of Elm #26827B
RGB
CMYK
RGB Variations
Color information
#26827B (or 0x26827B) is known color: Elm. HEX triplet: 26, 82 and 7B. RGB value is (38,130,123). Sum of RGB (Red+Green+Blue) = 38+130+123=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #26827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26827B is #D97D84. Grayscale: #656565. Windows color (decimal): -14253445 or 8094246. OLE color: 8094246.
HSL color Cylindrical-coordinate representation of color #26827B: hue angle of 175.43º 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 #26827B is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 130 | 123 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.49 |
| HSL | 175.43º | 0.55% | 0.33% | - |
| HSV(B) | 175.43º | 0.71% | 0.51% | - |
| XYZ | 12.36 | 17.81 | 21.52 | - |
| YUV | 101.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 130 | 123 | 0.71 | 0 | 0.05 | 0.49 | 175.43 | 0.55 | 0.33 |
| Hex | 26 | 82 | 7B | 47 | 0 | 5 | 31 | AF | 37 | 21 |
| Octal | 46 | 202 | 173 | 107 | 0 | 5 | 61 | 257 | 67 | 41 |
| Binary | 100110 | 10000010 | 1111011 | 1000111 | 0 | 101 | 110001 | 10101111 | 110111 | 100001 |
Color Harmonies of #26827B
Complementary color
Monochromatic Colors of #26827B
Black with #26827B
Text Example
Text Example
White with #26827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26827B; }
p { color: rgb(38,130,123); }
H1.HeaderClassName
{
color: #26827B;
}
.AnyTagClassName
{
color: #26827B;
}
</style>
background-color css
<style>
a { background-color: #26827B; }
a { background-color: rgb(38,130,123); }
div.DivClassName
{
background-color: #26827B;
}
.BgClassName
{
background-color: #26827B;
}
</style>
border-color css
<style>
span { border-color: #26827B; }
span { border-color: rgb(38,130,123); }
td.TdClassName
{
border-color: #26827B;
}
.TagClassName
{
border-color: #26827B;
}
</style>