Shades of Green Waterloo #1F2201
Tints of Green Waterloo #1F2201
RGB
CMYK
RGB Variations
Color information
#1F2201 (or 0x1F2201) is known color: Green Waterloo. HEX triplet: 1F, 22 and 01. RGB value is (31,34,1). Sum of RGB (Red+Green+Blue) = 31+34+1=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #1F2201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2201 is #E0DDFE. Grayscale: #1D1D1D. Windows color (decimal): -14736895 or 74271. OLE color: 74271.
HSL color Cylindrical-coordinate representation of color #1F2201: hue angle of 65.45º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F2201 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 34 | 1 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.87 |
| HSL | 65.45º | 0.94% | 0.07% | - |
| HSV(B) | 65.45º | 0.97% | 0.13% | - |
| XYZ | 1.14 | 1.44 | 0.25 | - |
| YUV | 29.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 1 | 0.09 | 0 | 0.97 | 0.87 | 65.45 | 0.94 | 0.07 |
| Hex | 1F | 22 | 1 | 9 | 0 | 61 | 57 | 41 | 5E | 7 |
| Octal | 37 | 42 | 1 | 11 | 0 | 141 | 127 | 101 | 136 | 7 |
| Binary | 11111 | 100010 | 1 | 1001 | 0 | 1100001 | 1010111 | 1000001 | 1011110 | 111 |
Color Harmonies of #1F2201
Complementary color
Monochromatic Colors of #1F2201
Black with #1F2201
Text Example
Text Example
White with #1F2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2201; }
p { color: rgb(31,34,1); }
H1.HeaderClassName
{
color: #1F2201;
}
.AnyTagClassName
{
color: #1F2201;
}
</style>
background-color css
<style>
a { background-color: #1F2201; }
a { background-color: rgb(31,34,1); }
div.DivClassName
{
background-color: #1F2201;
}
.BgClassName
{
background-color: #1F2201;
}
</style>
border-color css
<style>
span { border-color: #1F2201; }
span { border-color: rgb(31,34,1); }
td.TdClassName
{
border-color: #1F2201;
}
.TagClassName
{
border-color: #1F2201;
}
</style>