Shades of Green Waterloo #262B09
Tints of Green Waterloo #262B09
RGB
CMYK
RGB Variations
Color information
#262B09 (or 0x262B09) is known color: Green Waterloo. HEX triplet: 26, 2B and 09. RGB value is (38,43,9). Sum of RGB (Red+Green+Blue) = 38+43+9=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 43 (17.19% from 255 or 47.78% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 43 - color contains mainly: green. Hex color #262B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262B09 is #D9D4F6. Grayscale: #252525. Windows color (decimal): -14275831 or 600870. OLE color: 600870.
HSL color Cylindrical-coordinate representation of color #262B09: hue angle of 68.82º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262B09 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 43 | 9 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.83 |
| HSL | 68.82º | 0.65% | 0.1% | - |
| HSV(B) | 68.82º | 0.79% | 0.17% | - |
| XYZ | 1.71 | 2.16 | 0.59 | - |
| YUV | 37.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 9 | 0.12 | 0 | 0.79 | 0.83 | 68.82 | 0.65 | 0.1 |
| Hex | 26 | 2B | 9 | C | 0 | 4F | 53 | 45 | 41 | A |
| Octal | 46 | 53 | 11 | 14 | 0 | 117 | 123 | 105 | 101 | 12 |
| Binary | 100110 | 101011 | 1001 | 1100 | 0 | 1001111 | 1010011 | 1000101 | 1000001 | 1010 |
Color Harmonies of #262B09
Complementary color
Monochromatic Colors of #262B09
Black with #262B09
Text Example
Text Example
White with #262B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B09; }
p { color: rgb(38,43,9); }
H1.HeaderClassName
{
color: #262B09;
}
.AnyTagClassName
{
color: #262B09;
}
</style>
background-color css
<style>
a { background-color: #262B09; }
a { background-color: rgb(38,43,9); }
div.DivClassName
{
background-color: #262B09;
}
.BgClassName
{
background-color: #262B09;
}
</style>
border-color css
<style>
span { border-color: #262B09; }
span { border-color: rgb(38,43,9); }
td.TdClassName
{
border-color: #262B09;
}
.TagClassName
{
border-color: #262B09;
}
</style>