Shades of Green Waterloo #262D06
Tints of Green Waterloo #262D06
RGB
CMYK
RGB Variations
Color information
#262D06 (or 0x262D06) is known color: Green Waterloo. HEX triplet: 26, 2D and 06. RGB value is (38,45,6). Sum of RGB (Red+Green+Blue) = 38+45+6=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 45 (17.97% from 255 or 50.56% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 45 - color contains mainly: green. Hex color #262D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262D06 is #D9D2F9. Grayscale: #262626. Windows color (decimal): -14275322 or 404774. OLE color: 404774.
HSL color Cylindrical-coordinate representation of color #262D06: hue angle of 70.77º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #262D06 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 45 | 6 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.82 |
| HSL | 70.77º | 0.76% | 0.1% | - |
| HSV(B) | 70.77º | 0.87% | 0.18% | - |
| XYZ | 1.77 | 2.3 | 0.52 | - |
| YUV | 38.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 6 | 0.16 | 0 | 0.87 | 0.82 | 70.77 | 0.76 | 0.1 |
| Hex | 26 | 2D | 6 | 10 | 0 | 57 | 52 | 47 | 4C | A |
| Octal | 46 | 55 | 6 | 20 | 0 | 127 | 122 | 107 | 114 | 12 |
| Binary | 100110 | 101101 | 110 | 10000 | 0 | 1010111 | 1010010 | 1000111 | 1001100 | 1010 |
Color Harmonies of #262D06
Complementary color
Monochromatic Colors of #262D06
Black with #262D06
Text Example
Text Example
White with #262D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262D06; }
p { color: rgb(38,45,6); }
H1.HeaderClassName
{
color: #262D06;
}
.AnyTagClassName
{
color: #262D06;
}
</style>
background-color css
<style>
a { background-color: #262D06; }
a { background-color: rgb(38,45,6); }
div.DivClassName
{
background-color: #262D06;
}
.BgClassName
{
background-color: #262D06;
}
</style>
border-color css
<style>
span { border-color: #262D06; }
span { border-color: rgb(38,45,6); }
td.TdClassName
{
border-color: #262D06;
}
.TagClassName
{
border-color: #262D06;
}
</style>