Shades of Green Waterloo #262A10
Tints of Green Waterloo #262A10
RGB
CMYK
RGB Variations
Color information
#262A10 (or 0x262A10) is known color: Green Waterloo. HEX triplet: 26, 2A and 10. RGB value is (38,42,16). Sum of RGB (Red+Green+Blue) = 38+42+16=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #262A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262A10 is #D9D5EF. Grayscale: #252525. Windows color (decimal): -14276080 or 1059366. OLE color: 1059366.
HSL color Cylindrical-coordinate representation of color #262A10: hue angle of 69.23º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #262A10 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 42 | 16 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.84 |
| HSL | 69.23º | 0.45% | 0.11% | - |
| HSV(B) | 69.23º | 0.62% | 0.16% | - |
| XYZ | 1.72 | 2.11 | 0.81 | - |
| YUV | 37.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 16 | 0.10 | 0 | 0.62 | 0.84 | 69.23 | 0.45 | 0.11 |
| Hex | 26 | 2A | 10 | A | 0 | 3E | 54 | 45 | 2D | B |
| Octal | 46 | 52 | 20 | 12 | 0 | 76 | 124 | 105 | 55 | 13 |
| Binary | 100110 | 101010 | 10000 | 1010 | 0 | 111110 | 1010100 | 1000101 | 101101 | 1011 |
Color Harmonies of #262A10
Complementary color
Monochromatic Colors of #262A10
Black with #262A10
Text Example
Text Example
White with #262A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A10; }
p { color: rgb(38,42,16); }
H1.HeaderClassName
{
color: #262A10;
}
.AnyTagClassName
{
color: #262A10;
}
</style>
background-color css
<style>
a { background-color: #262A10; }
a { background-color: rgb(38,42,16); }
div.DivClassName
{
background-color: #262A10;
}
.BgClassName
{
background-color: #262A10;
}
</style>
border-color css
<style>
span { border-color: #262A10; }
span { border-color: rgb(38,42,16); }
td.TdClassName
{
border-color: #262A10;
}
.TagClassName
{
border-color: #262A10;
}
</style>