Shades of Green Waterloo #262807
Tints of Green Waterloo #262807
RGB
CMYK
RGB Variations
Color information
#262807 (or 0x262807) is known color: Green Waterloo. HEX triplet: 26, 28 and 07. RGB value is (38,40,7). Sum of RGB (Red+Green+Blue) = 38+40+7=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 7 (3.12% from 255 or 8.24% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #262807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262807 is #D9D7F8. Grayscale: #232323. Windows color (decimal): -14276601 or 469030. OLE color: 469030.
HSL color Cylindrical-coordinate representation of color #262807: hue angle of 63.64º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #262807 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 7 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.84 |
| HSL | 63.64º | 0.7% | 0.09% | - |
| HSV(B) | 63.64º | 0.83% | 0.16% | - |
| XYZ | 1.6 | 1.94 | 0.49 | - |
| YUV | 35.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 7 | 0.05 | 0 | 0.83 | 0.84 | 63.64 | 0.7 | 0.09 |
| Hex | 26 | 28 | 7 | 5 | 0 | 53 | 54 | 40 | 46 | 9 |
| Octal | 46 | 50 | 7 | 5 | 0 | 123 | 124 | 100 | 106 | 11 |
| Binary | 100110 | 101000 | 111 | 101 | 0 | 1010011 | 1010100 | 1000000 | 1000110 | 1001 |
Color Harmonies of #262807
Complementary color
Monochromatic Colors of #262807
Black with #262807
Text Example
Text Example
White with #262807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262807; }
p { color: rgb(38,40,7); }
H1.HeaderClassName
{
color: #262807;
}
.AnyTagClassName
{
color: #262807;
}
</style>
background-color css
<style>
a { background-color: #262807; }
a { background-color: rgb(38,40,7); }
div.DivClassName
{
background-color: #262807;
}
.BgClassName
{
background-color: #262807;
}
</style>
border-color css
<style>
span { border-color: #262807; }
span { border-color: rgb(38,40,7); }
td.TdClassName
{
border-color: #262807;
}
.TagClassName
{
border-color: #262807;
}
</style>