Shades of Green Waterloo #262E08
Tints of Green Waterloo #262E08
RGB
CMYK
RGB Variations
Color information
#262E08 (or 0x262E08) is known color: Green Waterloo. HEX triplet: 26, 2E and 08. RGB value is (38,46,8). Sum of RGB (Red+Green+Blue) = 38+46+8=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #262E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262E08 is #D9D1F7. Grayscale: #272727. Windows color (decimal): -14275064 or 536102. OLE color: 536102.
HSL color Cylindrical-coordinate representation of color #262E08: hue angle of 72.63º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262E08 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 46 | 8 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.82 |
| HSL | 72.63º | 0.7% | 0.11% | - |
| HSV(B) | 72.63º | 0.83% | 0.18% | - |
| XYZ | 1.82 | 2.38 | 0.59 | - |
| YUV | 39.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 8 | 0.17 | 0 | 0.83 | 0.82 | 72.63 | 0.7 | 0.11 |
| Hex | 26 | 2E | 8 | 11 | 0 | 53 | 52 | 49 | 46 | B |
| Octal | 46 | 56 | 10 | 21 | 0 | 123 | 122 | 111 | 106 | 13 |
| Binary | 100110 | 101110 | 1000 | 10001 | 0 | 1010011 | 1010010 | 1001001 | 1000110 | 1011 |
Color Harmonies of #262E08
Complementary color
Monochromatic Colors of #262E08
Black with #262E08
Text Example
Text Example
White with #262E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262E08; }
p { color: rgb(38,46,8); }
H1.HeaderClassName
{
color: #262E08;
}
.AnyTagClassName
{
color: #262E08;
}
</style>
background-color css
<style>
a { background-color: #262E08; }
a { background-color: rgb(38,46,8); }
div.DivClassName
{
background-color: #262E08;
}
.BgClassName
{
background-color: #262E08;
}
</style>
border-color css
<style>
span { border-color: #262E08; }
span { border-color: rgb(38,46,8); }
td.TdClassName
{
border-color: #262E08;
}
.TagClassName
{
border-color: #262E08;
}
</style>