Shades of Green Waterloo #262805
Tints of Green Waterloo #262805
RGB
CMYK
RGB Variations
Color information
#262805 (or 0x262805) is known color: Green Waterloo. HEX triplet: 26, 28 and 05. RGB value is (38,40,5). Sum of RGB (Red+Green+Blue) = 38+40+5=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 40 - color contains mainly: green. Hex color #262805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262805 is #D9D7FA. Grayscale: #232323. Windows color (decimal): -14276603 or 337958. OLE color: 337958.
HSL color Cylindrical-coordinate representation of color #262805: hue angle of 63.43º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #262805 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 5 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.84 |
| HSL | 63.43º | 0.78% | 0.09% | - |
| HSV(B) | 63.43º | 0.88% | 0.16% | - |
| XYZ | 1.59 | 1.94 | 0.43 | - |
| YUV | 35.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 5 | 0.05 | 0 | 0.88 | 0.84 | 63.43 | 0.78 | 0.09 |
| Hex | 26 | 28 | 5 | 5 | 0 | 58 | 54 | 3F | 4E | 9 |
| Octal | 46 | 50 | 5 | 5 | 0 | 130 | 124 | 77 | 116 | 11 |
| Binary | 100110 | 101000 | 101 | 101 | 0 | 1011000 | 1010100 | 111111 | 1001110 | 1001 |
Color Harmonies of #262805
Complementary color
Monochromatic Colors of #262805
Black with #262805
Text Example
Text Example
White with #262805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262805; }
p { color: rgb(38,40,5); }
H1.HeaderClassName
{
color: #262805;
}
.AnyTagClassName
{
color: #262805;
}
</style>
background-color css
<style>
a { background-color: #262805; }
a { background-color: rgb(38,40,5); }
div.DivClassName
{
background-color: #262805;
}
.BgClassName
{
background-color: #262805;
}
</style>
border-color css
<style>
span { border-color: #262805; }
span { border-color: rgb(38,40,5); }
td.TdClassName
{
border-color: #262805;
}
.TagClassName
{
border-color: #262805;
}
</style>