Shades of Green Waterloo #262E03
Tints of Green Waterloo #262E03
RGB
CMYK
RGB Variations
Color information
#262E03 (or 0x262E03) is known color: Green Waterloo. HEX triplet: 26, 2E and 03. RGB value is (38,46,3). Sum of RGB (Red+Green+Blue) = 38+46+3=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 46 (18.36% from 255 or 52.87% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 46 - color contains mainly: green. Hex color #262E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E03 is #D9D1FC. Grayscale: #262626. Windows color (decimal): -14275069 or 208422. OLE color: 208422.
HSL color Cylindrical-coordinate representation of color #262E03: hue angle of 71.16º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #262E03 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 3 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.82 |
| HSL | 71.16º | 0.88% | 0.1% | - |
| HSV(B) | 71.16º | 0.93% | 0.18% | - |
| XYZ | 1.79 | 2.37 | 0.45 | - |
| YUV | 38.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 3 | 0.17 | 0 | 0.93 | 0.82 | 71.16 | 0.88 | 0.1 |
| Hex | 26 | 2E | 3 | 11 | 0 | 5D | 52 | 47 | 58 | A |
| Octal | 46 | 56 | 3 | 21 | 0 | 135 | 122 | 107 | 130 | 12 |
| Binary | 100110 | 101110 | 11 | 10001 | 0 | 1011101 | 1010010 | 1000111 | 1011000 | 1010 |
Color Harmonies of #262E03
Complementary color
Monochromatic Colors of #262E03
Black with #262E03
Text Example
Text Example
White with #262E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E03; }
p { color: rgb(38,46,3); }
H1.HeaderClassName
{
color: #262E03;
}
.AnyTagClassName
{
color: #262E03;
}
</style>
background-color css
<style>
a { background-color: #262E03; }
a { background-color: rgb(38,46,3); }
div.DivClassName
{
background-color: #262E03;
}
.BgClassName
{
background-color: #262E03;
}
</style>
border-color css
<style>
span { border-color: #262E03; }
span { border-color: rgb(38,46,3); }
td.TdClassName
{
border-color: #262E03;
}
.TagClassName
{
border-color: #262E03;
}
</style>