Shades of Green Waterloo #1C210B
Tints of Green Waterloo #1C210B
RGB
CMYK
RGB Variations
Color information
#1C210B (or 0x1C210B) is known color: Green Waterloo. HEX triplet: 1C, 21 and 0B. RGB value is (28,33,11). Sum of RGB (Red+Green+Blue) = 28+33+11=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #1C210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C210B is #E3DEF4. Grayscale: #1D1D1D. Windows color (decimal): -14933749 or 729372. OLE color: 729372.
HSL color Cylindrical-coordinate representation of color #1C210B: hue angle of 73.64º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C210B is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 28 | 33 | 11 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.87 |
| HSL | 73.64º | 0.5% | 0.09% | - |
| HSV(B) | 73.64º | 0.67% | 0.13% | - |
| XYZ | 1.08 | 1.36 | 0.52 | - |
| YUV | 29 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 33 | 11 | 0.15 | 0 | 0.67 | 0.87 | 73.64 | 0.5 | 0.09 |
| Hex | 1C | 21 | B | F | 0 | 43 | 57 | 4A | 32 | 9 |
| Octal | 34 | 41 | 13 | 17 | 0 | 103 | 127 | 112 | 62 | 11 |
| Binary | 11100 | 100001 | 1011 | 1111 | 0 | 1000011 | 1010111 | 1001010 | 110010 | 1001 |
Color Harmonies of #1C210B
Complementary color
Monochromatic Colors of #1C210B
Black with #1C210B
Text Example
Text Example
White with #1C210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C210B; }
p { color: rgb(28,33,11); }
H1.HeaderClassName
{
color: #1C210B;
}
.AnyTagClassName
{
color: #1C210B;
}
</style>
background-color css
<style>
a { background-color: #1C210B; }
a { background-color: rgb(28,33,11); }
div.DivClassName
{
background-color: #1C210B;
}
.BgClassName
{
background-color: #1C210B;
}
</style>
border-color css
<style>
span { border-color: #1C210B; }
span { border-color: rgb(28,33,11); }
td.TdClassName
{
border-color: #1C210B;
}
.TagClassName
{
border-color: #1C210B;
}
</style>