Shades of Green Waterloo #26291B
Tints of Green Waterloo #26291B
RGB
CMYK
RGB Variations
Color information
#26291B (or 0x26291B) is known color: Green Waterloo. HEX triplet: 26, 29 and 1B. RGB value is (38,41,27). Sum of RGB (Red+Green+Blue) = 38+41+27=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 41 - color contains mainly: green. Hex color #26291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26291B is #D9D6E4. Grayscale: #262626. Windows color (decimal): -14276325 or 1780006. OLE color: 1780006.
HSL color Cylindrical-coordinate representation of color #26291B: hue angle of 72.86º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #26291B is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 41 | 27 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.84 |
| HSL | 72.86º | 0.21% | 0.13% | - |
| HSV(B) | 72.86º | 0.34% | 0.16% | - |
| XYZ | 1.79 | 2.08 | 1.34 | - |
| YUV | 38.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 27 | 0.07 | 0 | 0.34 | 0.84 | 72.86 | 0.21 | 0.13 |
| Hex | 26 | 29 | 1B | 7 | 0 | 22 | 54 | 49 | 15 | D |
| Octal | 46 | 51 | 33 | 7 | 0 | 42 | 124 | 111 | 25 | 15 |
| Binary | 100110 | 101001 | 11011 | 111 | 0 | 100010 | 1010100 | 1001001 | 10101 | 1101 |
Color Harmonies of #26291B
Complementary color
Monochromatic Colors of #26291B
Black with #26291B
Text Example
Text Example
White with #26291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26291B; }
p { color: rgb(38,41,27); }
H1.HeaderClassName
{
color: #26291B;
}
.AnyTagClassName
{
color: #26291B;
}
</style>
background-color css
<style>
a { background-color: #26291B; }
a { background-color: rgb(38,41,27); }
div.DivClassName
{
background-color: #26291B;
}
.BgClassName
{
background-color: #26291B;
}
</style>
border-color css
<style>
span { border-color: #26291B; }
span { border-color: rgb(38,41,27); }
td.TdClassName
{
border-color: #26291B;
}
.TagClassName
{
border-color: #26291B;
}
</style>