Shades of Green Waterloo #262A13
Tints of Green Waterloo #262A13
RGB
CMYK
RGB Variations
Color information
#262A13 (or 0x262A13) is known color: Green Waterloo. HEX triplet: 26, 2A and 13. RGB value is (38,42,19). Sum of RGB (Red+Green+Blue) = 38+42+19=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #262A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262A13 is #D9D5EC. Grayscale: #262626. Windows color (decimal): -14276077 or 1255974. OLE color: 1255974.
HSL color Cylindrical-coordinate representation of color #262A13: hue angle of 70.43º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #262A13 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 42 | 19 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.84 |
| HSL | 70.43º | 0.38% | 0.12% | - |
| HSV(B) | 70.43º | 0.55% | 0.16% | - |
| XYZ | 1.74 | 2.12 | 0.93 | - |
| YUV | 38.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 19 | 0.10 | 0 | 0.55 | 0.84 | 70.43 | 0.38 | 0.12 |
| Hex | 26 | 2A | 13 | A | 0 | 37 | 54 | 46 | 26 | C |
| Octal | 46 | 52 | 23 | 12 | 0 | 67 | 124 | 106 | 46 | 14 |
| Binary | 100110 | 101010 | 10011 | 1010 | 0 | 110111 | 1010100 | 1000110 | 100110 | 1100 |
Color Harmonies of #262A13
Complementary color
Monochromatic Colors of #262A13
Black with #262A13
Text Example
Text Example
White with #262A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A13; }
p { color: rgb(38,42,19); }
H1.HeaderClassName
{
color: #262A13;
}
.AnyTagClassName
{
color: #262A13;
}
</style>
background-color css
<style>
a { background-color: #262A13; }
a { background-color: rgb(38,42,19); }
div.DivClassName
{
background-color: #262A13;
}
.BgClassName
{
background-color: #262A13;
}
</style>
border-color css
<style>
span { border-color: #262A13; }
span { border-color: rgb(38,42,19); }
td.TdClassName
{
border-color: #262A13;
}
.TagClassName
{
border-color: #262A13;
}
</style>