Shades of Green Waterloo #1F200F
Tints of Green Waterloo #1F200F
RGB
CMYK
RGB Variations
Color information
#1F200F (or 0x1F200F) is known color: Green Waterloo. HEX triplet: 1F, 20 and 0F. RGB value is (31,32,15). Sum of RGB (Red+Green+Blue) = 31+32+15=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #1F200F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F200F is #E0DFF0. Grayscale: #1D1D1D. Windows color (decimal): -14737393 or 991263. OLE color: 991263.
HSL color Cylindrical-coordinate representation of color #1F200F: hue angle of 63.53º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F200F is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 32 | 15 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.87 |
| HSL | 63.53º | 0.36% | 0.09% | - |
| HSV(B) | 63.53º | 0.53% | 0.13% | - |
| XYZ | 1.17 | 1.36 | 0.65 | - |
| YUV | 29.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 15 | 0.03 | 0 | 0.53 | 0.87 | 63.53 | 0.36 | 0.09 |
| Hex | 1F | 20 | F | 3 | 0 | 35 | 57 | 40 | 24 | 9 |
| Octal | 37 | 40 | 17 | 3 | 0 | 65 | 127 | 100 | 44 | 11 |
| Binary | 11111 | 100000 | 1111 | 11 | 0 | 110101 | 1010111 | 1000000 | 100100 | 1001 |
Color Harmonies of #1F200F
Complementary color
Monochromatic Colors of #1F200F
Black with #1F200F
Text Example
Text Example
White with #1F200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F200F; }
p { color: rgb(31,32,15); }
H1.HeaderClassName
{
color: #1F200F;
}
.AnyTagClassName
{
color: #1F200F;
}
</style>
background-color css
<style>
a { background-color: #1F200F; }
a { background-color: rgb(31,32,15); }
div.DivClassName
{
background-color: #1F200F;
}
.BgClassName
{
background-color: #1F200F;
}
</style>
border-color css
<style>
span { border-color: #1F200F; }
span { border-color: rgb(31,32,15); }
td.TdClassName
{
border-color: #1F200F;
}
.TagClassName
{
border-color: #1F200F;
}
</style>