Shades of Green Waterloo #262A16
Tints of Green Waterloo #262A16
RGB
CMYK
RGB Variations
Color information
#262A16 (or 0x262A16) is known color: Green Waterloo. HEX triplet: 26, 2A and 16. RGB value is (38,42,22). Sum of RGB (Red+Green+Blue) = 38+42+22=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 42 - color contains mainly: green. Hex color #262A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262A16 is #D9D5E9. Grayscale: #262626. Windows color (decimal): -14276074 or 1452582. OLE color: 1452582.
HSL color Cylindrical-coordinate representation of color #262A16: hue angle of 72º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #262A16 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 42 | 22 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.84 |
| HSL | 72º | 0.31% | 0.13% | - |
| HSV(B) | 72º | 0.48% | 0.16% | - |
| XYZ | 1.77 | 2.13 | 1.08 | - |
| YUV | 38.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 22 | 0.10 | 0 | 0.48 | 0.84 | 72 | 0.31 | 0.13 |
| Hex | 26 | 2A | 16 | A | 0 | 30 | 54 | 48 | 1F | D |
| Octal | 46 | 52 | 26 | 12 | 0 | 60 | 124 | 110 | 37 | 15 |
| Binary | 100110 | 101010 | 10110 | 1010 | 0 | 110000 | 1010100 | 1001000 | 11111 | 1101 |
Color Harmonies of #262A16
Complementary color
Monochromatic Colors of #262A16
Black with #262A16
Text Example
Text Example
White with #262A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A16; }
p { color: rgb(38,42,22); }
H1.HeaderClassName
{
color: #262A16;
}
.AnyTagClassName
{
color: #262A16;
}
</style>
background-color css
<style>
a { background-color: #262A16; }
a { background-color: rgb(38,42,22); }
div.DivClassName
{
background-color: #262A16;
}
.BgClassName
{
background-color: #262A16;
}
</style>
border-color css
<style>
span { border-color: #262A16; }
span { border-color: rgb(38,42,22); }
td.TdClassName
{
border-color: #262A16;
}
.TagClassName
{
border-color: #262A16;
}
</style>