Shades of Green Waterloo #26281D
Tints of Green Waterloo #26281D
RGB
CMYK
RGB Variations
Color information
#26281D (or 0x26281D) is known color: Green Waterloo. HEX triplet: 26, 28 and 1D. RGB value is (38,40,29). Sum of RGB (Red+Green+Blue) = 38+40+29=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 40 - color contains mainly: green. Hex color #26281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26281D is #D9D7E2. Grayscale: #262626. Windows color (decimal): -14276579 or 1910822. OLE color: 1910822.
HSL color Cylindrical-coordinate representation of color #26281D: hue angle of 70.91º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #26281D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 29 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.84 |
| HSL | 70.91º | 0.16% | 0.14% | - |
| HSV(B) | 70.91º | 0.28% | 0.16% | - |
| XYZ | 1.78 | 2.02 | 1.46 | - |
| YUV | 38.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 29 | 0.05 | 0 | 0.28 | 0.84 | 70.91 | 0.16 | 0.14 |
| Hex | 26 | 28 | 1D | 5 | 0 | 1C | 54 | 47 | 10 | E |
| Octal | 46 | 50 | 35 | 5 | 0 | 34 | 124 | 107 | 20 | 16 |
| Binary | 100110 | 101000 | 11101 | 101 | 0 | 11100 | 1010100 | 1000111 | 10000 | 1110 |
Color Harmonies of #26281D
Complementary color
Monochromatic Colors of #26281D
Black with #26281D
Text Example
Text Example
White with #26281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26281D; }
p { color: rgb(38,40,29); }
H1.HeaderClassName
{
color: #26281D;
}
.AnyTagClassName
{
color: #26281D;
}
</style>
background-color css
<style>
a { background-color: #26281D; }
a { background-color: rgb(38,40,29); }
div.DivClassName
{
background-color: #26281D;
}
.BgClassName
{
background-color: #26281D;
}
</style>
border-color css
<style>
span { border-color: #26281D; }
span { border-color: rgb(38,40,29); }
td.TdClassName
{
border-color: #26281D;
}
.TagClassName
{
border-color: #26281D;
}
</style>