Shades of Green Waterloo #262814
Tints of Green Waterloo #262814
RGB
CMYK
RGB Variations
Color information
#262814 (or 0x262814) is known color: Green Waterloo. HEX triplet: 26, 28 and 14. RGB value is (38,40,20). Sum of RGB (Red+Green+Blue) = 38+40+20=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 40 - color contains mainly: green. Hex color #262814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262814 is #D9D7EB. Grayscale: #252525. Windows color (decimal): -14276588 or 1320998. OLE color: 1320998.
HSL color Cylindrical-coordinate representation of color #262814: hue angle of 66º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262814 is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 40 | 20 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.84 |
| HSL | 66º | 0.33% | 0.12% | - |
| HSV(B) | 66º | 0.5% | 0.16% | - |
| XYZ | 1.68 | 1.98 | 0.96 | - |
| YUV | 37.12 | 118.34 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 40 | 20 | 0.05 | 0 | 0.5 | 0.84 | 66 | 0.33 | 0.12 |
| Hex | 26 | 28 | 14 | 5 | 0 | 32 | 54 | 42 | 21 | C |
| Octal | 46 | 50 | 24 | 5 | 0 | 62 | 124 | 102 | 41 | 14 |
| Binary | 100110 | 101000 | 10100 | 101 | 0 | 110010 | 1010100 | 1000010 | 100001 | 1100 |
Color Harmonies of #262814
Complementary color
Monochromatic Colors of #262814
Black with #262814
Text Example
Text Example
White with #262814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262814; }
p { color: rgb(38,40,20); }
H1.HeaderClassName
{
color: #262814;
}
.AnyTagClassName
{
color: #262814;
}
</style>
background-color css
<style>
a { background-color: #262814; }
a { background-color: rgb(38,40,20); }
div.DivClassName
{
background-color: #262814;
}
.BgClassName
{
background-color: #262814;
}
</style>
border-color css
<style>
span { border-color: #262814; }
span { border-color: rgb(38,40,20); }
td.TdClassName
{
border-color: #262814;
}
.TagClassName
{
border-color: #262814;
}
</style>