Shades of Green Waterloo #262722
Tints of Green Waterloo #262722
RGB
CMYK
RGB Variations
Color information
#262722 (or 0x262722) is known color: Green Waterloo. HEX triplet: 26, 27 and 22. RGB value is (38,39,34). Sum of RGB (Red+Green+Blue) = 38+39+34=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 39 - color contains mainly: green. Hex color #262722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262722 is #D9D8DD. Grayscale: #262626. Windows color (decimal): -14276830 or 2238246. OLE color: 2238246.
HSL color Cylindrical-coordinate representation of color #262722: hue angle of 72º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #262722 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 39 | 34 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.85 |
| HSL | 72º | 0.07% | 0.14% | - |
| HSV(B) | 72º | 0.13% | 0.15% | - |
| XYZ | 1.81 | 1.98 | 1.8 | - |
| YUV | 38.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 39 | 34 | 0.03 | 0 | 0.13 | 0.85 | 72 | 0.07 | 0.14 |
| Hex | 26 | 27 | 22 | 3 | 0 | D | 55 | 48 | 7 | E |
| Octal | 46 | 47 | 42 | 3 | 0 | 15 | 125 | 110 | 7 | 16 |
| Binary | 100110 | 100111 | 100010 | 11 | 0 | 1101 | 1010101 | 1001000 | 111 | 1110 |
Color Harmonies of #262722
Complementary color
Monochromatic Colors of #262722
Black with #262722
Text Example
Text Example
White with #262722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262722; }
p { color: rgb(38,39,34); }
H1.HeaderClassName
{
color: #262722;
}
.AnyTagClassName
{
color: #262722;
}
</style>
background-color css
<style>
a { background-color: #262722; }
a { background-color: rgb(38,39,34); }
div.DivClassName
{
background-color: #262722;
}
.BgClassName
{
background-color: #262722;
}
</style>
border-color css
<style>
span { border-color: #262722; }
span { border-color: rgb(38,39,34); }
td.TdClassName
{
border-color: #262722;
}
.TagClassName
{
border-color: #262722;
}
</style>