Shades of Green Waterloo #262E0B
Tints of Green Waterloo #262E0B
RGB
CMYK
RGB Variations
Color information
#262E0B (or 0x262E0B) is known color: Green Waterloo. HEX triplet: 26, 2E and 0B. RGB value is (38,46,11). Sum of RGB (Red+Green+Blue) = 38+46+11=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #262E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E0B is #D9D1F4. Grayscale: #272727. Windows color (decimal): -14275061 or 732710. OLE color: 732710.
HSL color Cylindrical-coordinate representation of color #262E0B: hue angle of 73.71º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #262E0B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 11 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.82 |
| HSL | 73.71º | 0.61% | 0.11% | - |
| HSV(B) | 73.71º | 0.76% | 0.18% | - |
| XYZ | 1.84 | 2.39 | 0.68 | - |
| YUV | 39.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 11 | 0.17 | 0 | 0.76 | 0.82 | 73.71 | 0.61 | 0.11 |
| Hex | 26 | 2E | B | 11 | 0 | 4C | 52 | 4A | 3D | B |
| Octal | 46 | 56 | 13 | 21 | 0 | 114 | 122 | 112 | 75 | 13 |
| Binary | 100110 | 101110 | 1011 | 10001 | 0 | 1001100 | 1010010 | 1001010 | 111101 | 1011 |
Color Harmonies of #262E0B
Complementary color
Monochromatic Colors of #262E0B
Black with #262E0B
Text Example
Text Example
White with #262E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E0B; }
p { color: rgb(38,46,11); }
H1.HeaderClassName
{
color: #262E0B;
}
.AnyTagClassName
{
color: #262E0B;
}
</style>
background-color css
<style>
a { background-color: #262E0B; }
a { background-color: rgb(38,46,11); }
div.DivClassName
{
background-color: #262E0B;
}
.BgClassName
{
background-color: #262E0B;
}
</style>
border-color css
<style>
span { border-color: #262E0B; }
span { border-color: rgb(38,46,11); }
td.TdClassName
{
border-color: #262E0B;
}
.TagClassName
{
border-color: #262E0B;
}
</style>