Shades of Green Waterloo #262811
Tints of Green Waterloo #262811
RGB
CMYK
RGB Variations
Color information
#262811 (or 0x262811) is known color: Green Waterloo. HEX triplet: 26, 28 and 11. RGB value is (38,40,17). Sum of RGB (Red+Green+Blue) = 38+40+17=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #262811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262811 is #D9D7EE. Grayscale: #242424. Windows color (decimal): -14276591 or 1124390. OLE color: 1124390.
HSL color Cylindrical-coordinate representation of color #262811: hue angle of 65.22º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #262811 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 17 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.84 |
| HSL | 65.22º | 0.4% | 0.11% | - |
| HSV(B) | 65.22º | 0.58% | 0.16% | - |
| XYZ | 1.66 | 1.97 | 0.82 | - |
| YUV | 36.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 17 | 0.05 | 0 | 0.57 | 0.84 | 65.22 | 0.4 | 0.11 |
| Hex | 26 | 28 | 11 | 5 | 0 | 39 | 54 | 41 | 28 | B |
| Octal | 46 | 50 | 21 | 5 | 0 | 71 | 124 | 101 | 50 | 13 |
| Binary | 100110 | 101000 | 10001 | 101 | 0 | 111001 | 1010100 | 1000001 | 101000 | 1011 |
Color Harmonies of #262811
Complementary color
Monochromatic Colors of #262811
Black with #262811
Text Example
Text Example
White with #262811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262811; }
p { color: rgb(38,40,17); }
H1.HeaderClassName
{
color: #262811;
}
.AnyTagClassName
{
color: #262811;
}
</style>
background-color css
<style>
a { background-color: #262811; }
a { background-color: rgb(38,40,17); }
div.DivClassName
{
background-color: #262811;
}
.BgClassName
{
background-color: #262811;
}
</style>
border-color css
<style>
span { border-color: #262811; }
span { border-color: rgb(38,40,17); }
td.TdClassName
{
border-color: #262811;
}
.TagClassName
{
border-color: #262811;
}
</style>