Shades of Green Waterloo #26281B
Tints of Green Waterloo #26281B
RGB
CMYK
RGB Variations
Color information
#26281B (or 0x26281B) is known color: Green Waterloo. HEX triplet: 26, 28 and 1B. RGB value is (38,40,27). Sum of RGB (Red+Green+Blue) = 38+40+27=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 40 - color contains mainly: green. Hex color #26281B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26281B is #D9D7E4. Grayscale: #252525. Windows color (decimal): -14276581 or 1779750. OLE color: 1779750.
HSL color Cylindrical-coordinate representation of color #26281B: hue angle of 69.23º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #26281B is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 27 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.84 |
| HSL | 69.23º | 0.19% | 0.13% | - |
| HSV(B) | 69.23º | 0.33% | 0.16% | - |
| XYZ | 1.76 | 2.01 | 1.33 | - |
| YUV | 37.92 | 121.84 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 27 | 0.05 | 0 | 0.33 | 0.84 | 69.23 | 0.19 | 0.13 |
| Hex | 26 | 28 | 1B | 5 | 0 | 21 | 54 | 45 | 13 | D |
| Octal | 46 | 50 | 33 | 5 | 0 | 41 | 124 | 105 | 23 | 15 |
| Binary | 100110 | 101000 | 11011 | 101 | 0 | 100001 | 1010100 | 1000101 | 10011 | 1101 |
Color Harmonies of #26281B
Complementary color
Monochromatic Colors of #26281B
Black with #26281B
Text Example
Text Example
White with #26281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26281B; }
p { color: rgb(38,40,27); }
H1.HeaderClassName
{
color: #26281B;
}
.AnyTagClassName
{
color: #26281B;
}
</style>
background-color css
<style>
a { background-color: #26281B; }
a { background-color: rgb(38,40,27); }
div.DivClassName
{
background-color: #26281B;
}
.BgClassName
{
background-color: #26281B;
}
</style>
border-color css
<style>
span { border-color: #26281B; }
span { border-color: rgb(38,40,27); }
td.TdClassName
{
border-color: #26281B;
}
.TagClassName
{
border-color: #26281B;
}
</style>