Shades of Green Waterloo #262B0E
Tints of Green Waterloo #262B0E
RGB
CMYK
RGB Variations
Color information
#262B0E (or 0x262B0E) is known color: Green Waterloo. HEX triplet: 26, 2B and 0E. RGB value is (38,43,14). Sum of RGB (Red+Green+Blue) = 38+43+14=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #262B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262B0E is #D9D4F1. Grayscale: #262626. Windows color (decimal): -14275826 or 928550. OLE color: 928550.
HSL color Cylindrical-coordinate representation of color #262B0E: hue angle of 70.34º degrees, saturation: 0.51, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262B0E is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 43 | 14 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.83 |
| HSL | 70.34º | 0.51% | 0.11% | - |
| HSV(B) | 70.34º | 0.67% | 0.17% | - |
| XYZ | 1.74 | 2.17 | 0.74 | - |
| YUV | 38.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 14 | 0.12 | 0 | 0.67 | 0.83 | 70.34 | 0.51 | 0.11 |
| Hex | 26 | 2B | E | C | 0 | 43 | 53 | 46 | 33 | B |
| Octal | 46 | 53 | 16 | 14 | 0 | 103 | 123 | 106 | 63 | 13 |
| Binary | 100110 | 101011 | 1110 | 1100 | 0 | 1000011 | 1010011 | 1000110 | 110011 | 1011 |
Color Harmonies of #262B0E
Complementary color
Monochromatic Colors of #262B0E
Black with #262B0E
Text Example
Text Example
White with #262B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B0E; }
p { color: rgb(38,43,14); }
H1.HeaderClassName
{
color: #262B0E;
}
.AnyTagClassName
{
color: #262B0E;
}
</style>
background-color css
<style>
a { background-color: #262B0E; }
a { background-color: rgb(38,43,14); }
div.DivClassName
{
background-color: #262B0E;
}
.BgClassName
{
background-color: #262B0E;
}
</style>
border-color css
<style>
span { border-color: #262B0E; }
span { border-color: rgb(38,43,14); }
td.TdClassName
{
border-color: #262B0E;
}
.TagClassName
{
border-color: #262B0E;
}
</style>