Shades of Green Waterloo #1D2203
Tints of Green Waterloo #1D2203
RGB
CMYK
RGB Variations
Color information
#1D2203 (or 0x1D2203) is known color: Green Waterloo. HEX triplet: 1D, 22 and 03. RGB value is (29,34,3). Sum of RGB (Red+Green+Blue) = 29+34+3=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2203 is #E2DDFC. Grayscale: #1D1D1D. Windows color (decimal): -14867965 or 205341. OLE color: 205341.
HSL color Cylindrical-coordinate representation of color #1D2203: hue angle of 69.68º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D2203 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 34 | 3 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.87 |
| HSL | 69.68º | 0.84% | 0.07% | - |
| HSV(B) | 69.68º | 0.91% | 0.13% | - |
| XYZ | 1.1 | 1.41 | 0.3 | - |
| YUV | 28.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 3 | 0.15 | 0 | 0.91 | 0.87 | 69.68 | 0.84 | 0.07 |
| Hex | 1D | 22 | 3 | F | 0 | 5B | 57 | 46 | 54 | 7 |
| Octal | 35 | 42 | 3 | 17 | 0 | 133 | 127 | 106 | 124 | 7 |
| Binary | 11101 | 100010 | 11 | 1111 | 0 | 1011011 | 1010111 | 1000110 | 1010100 | 111 |
Color Harmonies of #1D2203
Complementary color
Monochromatic Colors of #1D2203
Black with #1D2203
Text Example
Text Example
White with #1D2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2203; }
p { color: rgb(29,34,3); }
H1.HeaderClassName
{
color: #1D2203;
}
.AnyTagClassName
{
color: #1D2203;
}
</style>
background-color css
<style>
a { background-color: #1D2203; }
a { background-color: rgb(29,34,3); }
div.DivClassName
{
background-color: #1D2203;
}
.BgClassName
{
background-color: #1D2203;
}
</style>
border-color css
<style>
span { border-color: #1D2203; }
span { border-color: rgb(29,34,3); }
td.TdClassName
{
border-color: #1D2203;
}
.TagClassName
{
border-color: #1D2203;
}
</style>