Shades of Green Waterloo #262905
Tints of Green Waterloo #262905
RGB
CMYK
RGB Variations
Color information
#262905 (or 0x262905) is known color: Green Waterloo. HEX triplet: 26, 29 and 05. RGB value is (38,41,5). Sum of RGB (Red+Green+Blue) = 38+41+5=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 41 (16.41% from 255 or 48.81% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 41 - color contains mainly: green. Hex color #262905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262905 is #D9D6FA. Grayscale: #242424. Windows color (decimal): -14276347 or 338214. OLE color: 338214.
HSL color Cylindrical-coordinate representation of color #262905: hue angle of 65º 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 #262905 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 41 | 5 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.84 |
| HSL | 65º | 0.78% | 0.09% | - |
| HSV(B) | 65º | 0.88% | 0.16% | - |
| XYZ | 1.62 | 2.01 | 0.45 | - |
| YUV | 36 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 41 | 5 | 0.07 | 0 | 0.88 | 0.84 | 65 | 0.78 | 0.09 |
| Hex | 26 | 29 | 5 | 7 | 0 | 58 | 54 | 41 | 4E | 9 |
| Octal | 46 | 51 | 5 | 7 | 0 | 130 | 124 | 101 | 116 | 11 |
| Binary | 100110 | 101001 | 101 | 111 | 0 | 1011000 | 1010100 | 1000001 | 1001110 | 1001 |
Color Harmonies of #262905
Complementary color
Monochromatic Colors of #262905
Black with #262905
Text Example
Text Example
White with #262905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262905; }
p { color: rgb(38,41,5); }
H1.HeaderClassName
{
color: #262905;
}
.AnyTagClassName
{
color: #262905;
}
</style>
background-color css
<style>
a { background-color: #262905; }
a { background-color: rgb(38,41,5); }
div.DivClassName
{
background-color: #262905;
}
.BgClassName
{
background-color: #262905;
}
</style>
border-color css
<style>
span { border-color: #262905; }
span { border-color: rgb(38,41,5); }
td.TdClassName
{
border-color: #262905;
}
.TagClassName
{
border-color: #262905;
}
</style>