Shades of Green Waterloo #26280A
Tints of Green Waterloo #26280A
RGB
CMYK
RGB Variations
Color information
#26280A (or 0x26280A) is known color: Green Waterloo. HEX triplet: 26, 28 and 0A. RGB value is (38,40,10). Sum of RGB (Red+Green+Blue) = 38+40+10=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #26280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26280A is #D9D7F5. Grayscale: #242424. Windows color (decimal): -14276598 or 665638. OLE color: 665638.
HSL color Cylindrical-coordinate representation of color #26280A: hue angle of 64º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26280A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 10 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.84 |
| HSL | 64º | 0.6% | 0.1% | - |
| HSV(B) | 64º | 0.75% | 0.16% | - |
| XYZ | 1.61 | 1.95 | 0.58 | - |
| YUV | 35.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 10 | 0.05 | 0 | 0.75 | 0.84 | 64 | 0.6 | 0.1 |
| Hex | 26 | 28 | A | 5 | 0 | 4B | 54 | 40 | 3C | A |
| Octal | 46 | 50 | 12 | 5 | 0 | 113 | 124 | 100 | 74 | 12 |
| Binary | 100110 | 101000 | 1010 | 101 | 0 | 1001011 | 1010100 | 1000000 | 111100 | 1010 |
Color Harmonies of #26280A
Complementary color
Monochromatic Colors of #26280A
Black with #26280A
Text Example
Text Example
White with #26280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26280A; }
p { color: rgb(38,40,10); }
H1.HeaderClassName
{
color: #26280A;
}
.AnyTagClassName
{
color: #26280A;
}
</style>
background-color css
<style>
a { background-color: #26280A; }
a { background-color: rgb(38,40,10); }
div.DivClassName
{
background-color: #26280A;
}
.BgClassName
{
background-color: #26280A;
}
</style>
border-color css
<style>
span { border-color: #26280A; }
span { border-color: rgb(38,40,10); }
td.TdClassName
{
border-color: #26280A;
}
.TagClassName
{
border-color: #26280A;
}
</style>