Shades of Green Waterloo #262E05
Tints of Green Waterloo #262E05
RGB
CMYK
RGB Variations
Color information
#262E05 (or 0x262E05) is known color: Green Waterloo. HEX triplet: 26, 2E and 05. RGB value is (38,46,5). Sum of RGB (Red+Green+Blue) = 38+46+5=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #262E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E05 is #D9D1FA. Grayscale: #272727. Windows color (decimal): -14275067 or 339494. OLE color: 339494.
HSL color Cylindrical-coordinate representation of color #262E05: hue angle of 71.71º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #262E05 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 5 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.82 |
| HSL | 71.71º | 0.8% | 0.1% | - |
| HSV(B) | 71.71º | 0.89% | 0.18% | - |
| XYZ | 1.8 | 2.38 | 0.51 | - |
| YUV | 38.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 5 | 0.17 | 0 | 0.89 | 0.82 | 71.71 | 0.8 | 0.1 |
| Hex | 26 | 2E | 5 | 11 | 0 | 59 | 52 | 48 | 50 | A |
| Octal | 46 | 56 | 5 | 21 | 0 | 131 | 122 | 110 | 120 | 12 |
| Binary | 100110 | 101110 | 101 | 10001 | 0 | 1011001 | 1010010 | 1001000 | 1010000 | 1010 |
Color Harmonies of #262E05
Complementary color
Monochromatic Colors of #262E05
Black with #262E05
Text Example
Text Example
White with #262E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E05; }
p { color: rgb(38,46,5); }
H1.HeaderClassName
{
color: #262E05;
}
.AnyTagClassName
{
color: #262E05;
}
</style>
background-color css
<style>
a { background-color: #262E05; }
a { background-color: rgb(38,46,5); }
div.DivClassName
{
background-color: #262E05;
}
.BgClassName
{
background-color: #262E05;
}
</style>
border-color css
<style>
span { border-color: #262E05; }
span { border-color: rgb(38,46,5); }
td.TdClassName
{
border-color: #262E05;
}
.TagClassName
{
border-color: #262E05;
}
</style>