Shades of Green Waterloo #292B13
Tints of Green Waterloo #292B13
RGB
CMYK
RGB Variations
Color information
#292B13 (or 0x292B13) is known color: Green Waterloo. HEX triplet: 29, 2B and 13. RGB value is (41,43,19). Sum of RGB (Red+Green+Blue) = 41+43+19=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 19 (7.81% from 255 or 18.45% from 103); Max value from RGB is 43 - color contains mainly: green. Hex color #292B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292B13 is #D6D4EC. Grayscale: #272727. Windows color (decimal): -14079213 or 1256233. OLE color: 1256233.
HSL color Cylindrical-coordinate representation of color #292B13: hue angle of 65º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292B13 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 43 | 19 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.83 |
| HSL | 65º | 0.39% | 0.12% | - |
| HSV(B) | 65º | 0.56% | 0.17% | - |
| XYZ | 1.9 | 2.25 | 0.95 | - |
| YUV | 39.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 19 | 0.05 | 0 | 0.56 | 0.83 | 65 | 0.39 | 0.12 |
| Hex | 29 | 2B | 13 | 5 | 0 | 38 | 53 | 41 | 27 | C |
| Octal | 51 | 53 | 23 | 5 | 0 | 70 | 123 | 101 | 47 | 14 |
| Binary | 101001 | 101011 | 10011 | 101 | 0 | 111000 | 1010011 | 1000001 | 100111 | 1100 |
Color Harmonies of #292B13
Complementary color
Monochromatic Colors of #292B13
Black with #292B13
Text Example
Text Example
White with #292B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B13; }
p { color: rgb(41,43,19); }
H1.HeaderClassName
{
color: #292B13;
}
.AnyTagClassName
{
color: #292B13;
}
</style>
background-color css
<style>
a { background-color: #292B13; }
a { background-color: rgb(41,43,19); }
div.DivClassName
{
background-color: #292B13;
}
.BgClassName
{
background-color: #292B13;
}
</style>
border-color css
<style>
span { border-color: #292B13; }
span { border-color: rgb(41,43,19); }
td.TdClassName
{
border-color: #292B13;
}
.TagClassName
{
border-color: #292B13;
}
</style>