Shades of Green Waterloo #292F02
Tints of Green Waterloo #292F02
RGB
CMYK
RGB Variations
Color information
#292F02 (or 0x292F02) is known color: Green Waterloo. HEX triplet: 29, 2F and 02. RGB value is (41,47,2). Sum of RGB (Red+Green+Blue) = 41+47+2=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #292F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #292F02 is #D6D0FD. Grayscale: #282828. Windows color (decimal): -14078206 or 143145. OLE color: 143145.
HSL color Cylindrical-coordinate representation of color #292F02: hue angle of 68º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #292F02 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 47 | 2 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.82 |
| HSL | 68º | 0.92% | 0.1% | - |
| HSV(B) | 68º | 0.96% | 0.18% | - |
| XYZ | 1.94 | 2.51 | 0.44 | - |
| YUV | 40.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 2 | 0.13 | 0 | 0.96 | 0.82 | 68 | 0.92 | 0.1 |
| Hex | 29 | 2F | 2 | D | 0 | 60 | 52 | 44 | 5C | A |
| Octal | 51 | 57 | 2 | 15 | 0 | 140 | 122 | 104 | 134 | 12 |
| Binary | 101001 | 101111 | 10 | 1101 | 0 | 1100000 | 1010010 | 1000100 | 1011100 | 1010 |
Color Harmonies of #292F02
Complementary color
Monochromatic Colors of #292F02
Black with #292F02
Text Example
Text Example
White with #292F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F02; }
p { color: rgb(41,47,2); }
H1.HeaderClassName
{
color: #292F02;
}
.AnyTagClassName
{
color: #292F02;
}
</style>
background-color css
<style>
a { background-color: #292F02; }
a { background-color: rgb(41,47,2); }
div.DivClassName
{
background-color: #292F02;
}
.BgClassName
{
background-color: #292F02;
}
</style>
border-color css
<style>
span { border-color: #292F02; }
span { border-color: rgb(41,47,2); }
td.TdClassName
{
border-color: #292F02;
}
.TagClassName
{
border-color: #292F02;
}
</style>