Shades of Green Waterloo #262B0F
Tints of Green Waterloo #262B0F
RGB
CMYK
RGB Variations
Color information
#262B0F (or 0x262B0F) is known color: Green Waterloo. HEX triplet: 26, 2B and 0F. RGB value is (38,43,15). Sum of RGB (Red+Green+Blue) = 38+43+15=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 43 - color contains mainly: green. Hex color #262B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262B0F is #D9D4F0. Grayscale: #262626. Windows color (decimal): -14275825 or 994086. OLE color: 994086.
HSL color Cylindrical-coordinate representation of color #262B0F: hue angle of 70.71º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #262B0F is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 38 | 43 | 15 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.83 |
| HSL | 70.71º | 0.48% | 0.11% | - |
| HSV(B) | 70.71º | 0.65% | 0.17% | - |
| XYZ | 1.75 | 2.17 | 0.78 | - |
| YUV | 38.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 15 | 0.12 | 0 | 0.65 | 0.83 | 70.71 | 0.48 | 0.11 |
| Hex | 26 | 2B | F | C | 0 | 41 | 53 | 47 | 30 | B |
| Octal | 46 | 53 | 17 | 14 | 0 | 101 | 123 | 107 | 60 | 13 |
| Binary | 100110 | 101011 | 1111 | 1100 | 0 | 1000001 | 1010011 | 1000111 | 110000 | 1011 |
Color Harmonies of #262B0F
Complementary color
Monochromatic Colors of #262B0F
Black with #262B0F
Text Example
Text Example
White with #262B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262B0F; }
p { color: rgb(38,43,15); }
H1.HeaderClassName
{
color: #262B0F;
}
.AnyTagClassName
{
color: #262B0F;
}
</style>
background-color css
<style>
a { background-color: #262B0F; }
a { background-color: rgb(38,43,15); }
div.DivClassName
{
background-color: #262B0F;
}
.BgClassName
{
background-color: #262B0F;
}
</style>
border-color css
<style>
span { border-color: #262B0F; }
span { border-color: rgb(38,43,15); }
td.TdClassName
{
border-color: #262B0F;
}
.TagClassName
{
border-color: #262B0F;
}
</style>