Shades of Green Waterloo #262A11
Tints of Green Waterloo #262A11
RGB
CMYK
RGB Variations
Color information
#262A11 (or 0x262A11) is known color: Green Waterloo. HEX triplet: 26, 2A and 11. RGB value is (38,42,17). Sum of RGB (Red+Green+Blue) = 38+42+17=97 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.18% from 97); Green value is 42 (16.80% from 255 or 43.30% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 42 - color contains mainly: green. Hex color #262A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262A11 is #D9D5EE. Grayscale: #262626. Windows color (decimal): -14276079 or 1124902. OLE color: 1124902.
HSL color Cylindrical-coordinate representation of color #262A11: hue angle of 69.6º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262A11 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 42 | 17 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.84 |
| HSL | 69.6º | 0.42% | 0.12% | - |
| HSV(B) | 69.6º | 0.6% | 0.16% | - |
| XYZ | 1.73 | 2.11 | 0.85 | - |
| YUV | 37.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 17 | 0.10 | 0 | 0.60 | 0.84 | 69.6 | 0.42 | 0.12 |
| Hex | 26 | 2A | 11 | A | 0 | 3C | 54 | 46 | 2A | C |
| Octal | 46 | 52 | 21 | 12 | 0 | 74 | 124 | 106 | 52 | 14 |
| Binary | 100110 | 101010 | 10001 | 1010 | 0 | 111100 | 1010100 | 1000110 | 101010 | 1100 |
Color Harmonies of #262A11
Complementary color
Monochromatic Colors of #262A11
Black with #262A11
Text Example
Text Example
White with #262A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A11; }
p { color: rgb(38,42,17); }
H1.HeaderClassName
{
color: #262A11;
}
.AnyTagClassName
{
color: #262A11;
}
</style>
background-color css
<style>
a { background-color: #262A11; }
a { background-color: rgb(38,42,17); }
div.DivClassName
{
background-color: #262A11;
}
.BgClassName
{
background-color: #262A11;
}
</style>
border-color css
<style>
span { border-color: #262A11; }
span { border-color: rgb(38,42,17); }
td.TdClassName
{
border-color: #262A11;
}
.TagClassName
{
border-color: #262A11;
}
</style>