Shades of Green Waterloo #262C0E
Tints of Green Waterloo #262C0E
RGB
CMYK
RGB Variations
Color information
#262C0E (or 0x262C0E) is known color: Green Waterloo. HEX triplet: 26, 2C and 0E. RGB value is (38,44,14). Sum of RGB (Red+Green+Blue) = 38+44+14=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #262C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262C0E is #D9D3F1. Grayscale: #262626. Windows color (decimal): -14275570 or 928806. OLE color: 928806.
HSL color Cylindrical-coordinate representation of color #262C0E: hue angle of 72º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262C0E is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 44 | 14 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.83 |
| HSL | 72º | 0.52% | 0.11% | - |
| HSV(B) | 72º | 0.68% | 0.17% | - |
| XYZ | 1.78 | 2.25 | 0.76 | - |
| YUV | 38.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 14 | 0.14 | 0 | 0.68 | 0.83 | 72 | 0.52 | 0.11 |
| Hex | 26 | 2C | E | E | 0 | 44 | 53 | 48 | 34 | B |
| Octal | 46 | 54 | 16 | 16 | 0 | 104 | 123 | 110 | 64 | 13 |
| Binary | 100110 | 101100 | 1110 | 1110 | 0 | 1000100 | 1010011 | 1001000 | 110100 | 1011 |
Color Harmonies of #262C0E
Complementary color
Monochromatic Colors of #262C0E
Black with #262C0E
Text Example
Text Example
White with #262C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262C0E; }
p { color: rgb(38,44,14); }
H1.HeaderClassName
{
color: #262C0E;
}
.AnyTagClassName
{
color: #262C0E;
}
</style>
background-color css
<style>
a { background-color: #262C0E; }
a { background-color: rgb(38,44,14); }
div.DivClassName
{
background-color: #262C0E;
}
.BgClassName
{
background-color: #262C0E;
}
</style>
border-color css
<style>
span { border-color: #262C0E; }
span { border-color: rgb(38,44,14); }
td.TdClassName
{
border-color: #262C0E;
}
.TagClassName
{
border-color: #262C0E;
}
</style>