Shades of Green Waterloo #1F201B
Tints of Green Waterloo #1F201B
RGB
CMYK
RGB Variations
Color information
#1F201B (or 0x1F201B) is known color: Green Waterloo. HEX triplet: 1F, 20 and 1B. RGB value is (31,32,27). Sum of RGB (Red+Green+Blue) = 31+32+27=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 32 - color contains mainly: green. Hex color #1F201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F201B is #E0DFE4. Grayscale: #1F1F1F. Windows color (decimal): -14737381 or 1777695. OLE color: 1777695.
HSL color Cylindrical-coordinate representation of color #1F201B: hue angle of 72º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1F201B is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
RGB | 31 | 32 | 27 | - |
CMYK | 0.03 | 0 | 0.16 | 0.87 |
HSL | 72º | 0.08% | 0.12% | - |
HSV(B) | 72º | 0.16% | 0.13% | - |
XYZ | 1.28 | 1.4 | 1.24 | - |
YUV | 31.13 | 125.67 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 32 | 27 | 0.03 | 0 | 0.16 | 0.87 | 72 | 0.08 | 0.12 |
Hex | 1F | 20 | 1B | 3 | 0 | 10 | 57 | 48 | 8 | C |
Octal | 37 | 40 | 33 | 3 | 0 | 20 | 127 | 110 | 10 | 14 |
Binary | 11111 | 100000 | 11011 | 11 | 0 | 10000 | 1010111 | 1001000 | 1000 | 1100 |
Color Harmonies of #1F201B
Complementary color
Monochromatic Colors of #1F201B
Black with #1F201B
Text Example
Text Example
White with #1F201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F201B; }
p { color: rgb(31,32,27); }
H1.HeaderClassName
{
color: #1F201B;
}
.AnyTagClassName
{
color: #1F201B;
}
</style>
background-color css
<style>
a { background-color: #1F201B; }
a { background-color: rgb(31,32,27); }
div.DivClassName
{
background-color: #1F201B;
}
.BgClassName
{
background-color: #1F201B;
}
</style>
border-color css
<style>
span { border-color: #1F201B; }
span { border-color: rgb(31,32,27); }
td.TdClassName
{
border-color: #1F201B;
}
.TagClassName
{
border-color: #1F201B;
}
</style>