Shades of Green Waterloo #1F2802
Tints of Green Waterloo #1F2802
RGB
CMYK
RGB Variations
Color information
#1F2802 (or 0x1F2802) is known color: Green Waterloo. HEX triplet: 1F, 28 and 02. RGB value is (31,40,2). Sum of RGB (Red+Green+Blue) = 31+40+2=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 40 (16.02% from 255 or 54.79% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2802 is #E0D7FD. Grayscale: #212121. Windows color (decimal): -14735358 or 141343. OLE color: 141343.
HSL color Cylindrical-coordinate representation of color #1F2802: hue angle of 74.21º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F2802 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
RGB | 31 | 40 | 2 | - |
CMYK | 0.22 | 0 | 0.95 | 0.84 |
HSL | 74.21º | 0.9% | 0.08% | - |
HSV(B) | 74.21º | 0.95% | 0.16% | - |
XYZ | 1.33 | 1.81 | 0.34 | - |
YUV | 32.98 | 110.52 | 126.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 40 | 2 | 0.22 | 0 | 0.95 | 0.84 | 74.21 | 0.9 | 0.08 |
Hex | 1F | 28 | 2 | 16 | 0 | 5F | 54 | 4A | 5A | 8 |
Octal | 37 | 50 | 2 | 26 | 0 | 137 | 124 | 112 | 132 | 10 |
Binary | 11111 | 101000 | 10 | 10110 | 0 | 1011111 | 1010100 | 1001010 | 1011010 | 1000 |
Color Harmonies of #1F2802
Complementary color
Monochromatic Colors of #1F2802
Black with #1F2802
Text Example
Text Example
White with #1F2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2802; }
p { color: rgb(31,40,2); }
H1.HeaderClassName
{
color: #1F2802;
}
.AnyTagClassName
{
color: #1F2802;
}
</style>
background-color css
<style>
a { background-color: #1F2802; }
a { background-color: rgb(31,40,2); }
div.DivClassName
{
background-color: #1F2802;
}
.BgClassName
{
background-color: #1F2802;
}
</style>
border-color css
<style>
span { border-color: #1F2802; }
span { border-color: rgb(31,40,2); }
td.TdClassName
{
border-color: #1F2802;
}
.TagClassName
{
border-color: #1F2802;
}
</style>