Shades of Green Waterloo #1F210F
Tints of Green Waterloo #1F210F
RGB
CMYK
RGB Variations
Color information
#1F210F (or 0x1F210F) is known color: Green Waterloo. HEX triplet: 1F, 21 and 0F. RGB value is (31,33,15). Sum of RGB (Red+Green+Blue) = 31+33+15=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #1F210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F210F is #E0DEF0. Grayscale: #1E1E1E. Windows color (decimal): -14737137 or 991519. OLE color: 991519.
HSL color Cylindrical-coordinate representation of color #1F210F: hue angle of 66.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F210F is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 33 | 15 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.87 |
| HSL | 66.67º | 0.38% | 0.09% | - |
| HSV(B) | 66.67º | 0.55% | 0.13% | - |
| XYZ | 1.2 | 1.41 | 0.66 | - |
| YUV | 30.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 15 | 0.06 | 0 | 0.55 | 0.87 | 66.67 | 0.38 | 0.09 |
| Hex | 1F | 21 | F | 6 | 0 | 37 | 57 | 43 | 26 | 9 |
| Octal | 37 | 41 | 17 | 6 | 0 | 67 | 127 | 103 | 46 | 11 |
| Binary | 11111 | 100001 | 1111 | 110 | 0 | 110111 | 1010111 | 1000011 | 100110 | 1001 |
Color Harmonies of #1F210F
Complementary color
Monochromatic Colors of #1F210F
Black with #1F210F
Text Example
Text Example
White with #1F210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F210F; }
p { color: rgb(31,33,15); }
H1.HeaderClassName
{
color: #1F210F;
}
.AnyTagClassName
{
color: #1F210F;
}
</style>
background-color css
<style>
a { background-color: #1F210F; }
a { background-color: rgb(31,33,15); }
div.DivClassName
{
background-color: #1F210F;
}
.BgClassName
{
background-color: #1F210F;
}
</style>
border-color css
<style>
span { border-color: #1F210F; }
span { border-color: rgb(31,33,15); }
td.TdClassName
{
border-color: #1F210F;
}
.TagClassName
{
border-color: #1F210F;
}
</style>