Shades of Green Waterloo #262A08
Tints of Green Waterloo #262A08
RGB
CMYK
RGB Variations
Color information
#262A08 (or 0x262A08) is known color: Green Waterloo. HEX triplet: 26, 2A and 08. RGB value is (38,42,8). Sum of RGB (Red+Green+Blue) = 38+42+8=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 42 - color contains mainly: green. Hex color #262A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262A08 is #D9D5F7. Grayscale: #252525. Windows color (decimal): -14276088 or 535078. OLE color: 535078.
HSL color Cylindrical-coordinate representation of color #262A08: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262A08 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 42 | 8 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.84 |
| HSL | 67.06º | 0.68% | 0.1% | - |
| HSV(B) | 67.06º | 0.81% | 0.16% | - |
| XYZ | 1.67 | 2.09 | 0.54 | - |
| YUV | 36.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 8 | 0.10 | 0 | 0.81 | 0.84 | 67.06 | 0.68 | 0.1 |
| Hex | 26 | 2A | 8 | A | 0 | 51 | 54 | 43 | 44 | A |
| Octal | 46 | 52 | 10 | 12 | 0 | 121 | 124 | 103 | 104 | 12 |
| Binary | 100110 | 101010 | 1000 | 1010 | 0 | 1010001 | 1010100 | 1000011 | 1000100 | 1010 |
Color Harmonies of #262A08
Complementary color
Monochromatic Colors of #262A08
Black with #262A08
Text Example
Text Example
White with #262A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262A08; }
p { color: rgb(38,42,8); }
H1.HeaderClassName
{
color: #262A08;
}
.AnyTagClassName
{
color: #262A08;
}
</style>
background-color css
<style>
a { background-color: #262A08; }
a { background-color: rgb(38,42,8); }
div.DivClassName
{
background-color: #262A08;
}
.BgClassName
{
background-color: #262A08;
}
</style>
border-color css
<style>
span { border-color: #262A08; }
span { border-color: rgb(38,42,8); }
td.TdClassName
{
border-color: #262A08;
}
.TagClassName
{
border-color: #262A08;
}
</style>