Shades of Green Waterloo #292E05
Tints of Green Waterloo #292E05
RGB
CMYK
RGB Variations
Color information
#292E05 (or 0x292E05) is known color: Green Waterloo. HEX triplet: 29, 2E and 05. RGB value is (41,46,5). Sum of RGB (Red+Green+Blue) = 41+46+5=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #292E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292E05 is #D6D1FA. Grayscale: #272727. Windows color (decimal): -14078459 or 339497. OLE color: 339497.
HSL color Cylindrical-coordinate representation of color #292E05: hue angle of 67.32º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #292E05 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 46 | 5 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.82 |
| HSL | 67.32º | 0.8% | 0.1% | - |
| HSV(B) | 67.32º | 0.89% | 0.18% | - |
| XYZ | 1.92 | 2.44 | 0.51 | - |
| YUV | 39.83 | 108.34 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 5 | 0.11 | 0 | 0.89 | 0.82 | 67.32 | 0.8 | 0.1 |
| Hex | 29 | 2E | 5 | B | 0 | 59 | 52 | 43 | 50 | A |
| Octal | 51 | 56 | 5 | 13 | 0 | 131 | 122 | 103 | 120 | 12 |
| Binary | 101001 | 101110 | 101 | 1011 | 0 | 1011001 | 1010010 | 1000011 | 1010000 | 1010 |
Color Harmonies of #292E05
Complementary color
Monochromatic Colors of #292E05
Black with #292E05
Text Example
Text Example
White with #292E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E05; }
p { color: rgb(41,46,5); }
H1.HeaderClassName
{
color: #292E05;
}
.AnyTagClassName
{
color: #292E05;
}
</style>
background-color css
<style>
a { background-color: #292E05; }
a { background-color: rgb(41,46,5); }
div.DivClassName
{
background-color: #292E05;
}
.BgClassName
{
background-color: #292E05;
}
</style>
border-color css
<style>
span { border-color: #292E05; }
span { border-color: rgb(41,46,5); }
td.TdClassName
{
border-color: #292E05;
}
.TagClassName
{
border-color: #292E05;
}
</style>