Shades of Green Waterloo #262C11
Tints of Green Waterloo #262C11
RGB
CMYK
RGB Variations
Color information
#262C11 (or 0x262C11) is known color: Green Waterloo. HEX triplet: 26, 2C and 11. RGB value is (38,44,17). Sum of RGB (Red+Green+Blue) = 38+44+17=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #262C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262C11 is #D9D3EE. Grayscale: #272727. Windows color (decimal): -14275567 or 1125414. OLE color: 1125414.
HSL color Cylindrical-coordinate representation of color #262C11: hue angle of 73.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262C11 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 44 | 17 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.83 |
| HSL | 73.33º | 0.44% | 0.12% | - |
| HSV(B) | 73.33º | 0.61% | 0.17% | - |
| XYZ | 1.8 | 2.25 | 0.87 | - |
| YUV | 39.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 17 | 0.14 | 0 | 0.61 | 0.83 | 73.33 | 0.44 | 0.12 |
| Hex | 26 | 2C | 11 | E | 0 | 3D | 53 | 49 | 2C | C |
| Octal | 46 | 54 | 21 | 16 | 0 | 75 | 123 | 111 | 54 | 14 |
| Binary | 100110 | 101100 | 10001 | 1110 | 0 | 111101 | 1010011 | 1001001 | 101100 | 1100 |
Color Harmonies of #262C11
Complementary color
Monochromatic Colors of #262C11
Black with #262C11
Text Example
Text Example
White with #262C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C11; }
p { color: rgb(38,44,17); }
H1.HeaderClassName
{
color: #262C11;
}
.AnyTagClassName
{
color: #262C11;
}
</style>
background-color css
<style>
a { background-color: #262C11; }
a { background-color: rgb(38,44,17); }
div.DivClassName
{
background-color: #262C11;
}
.BgClassName
{
background-color: #262C11;
}
</style>
border-color css
<style>
span { border-color: #262C11; }
span { border-color: rgb(38,44,17); }
td.TdClassName
{
border-color: #262C11;
}
.TagClassName
{
border-color: #262C11;
}
</style>