Shades of Green Waterloo #1F2704
Tints of Green Waterloo #1F2704
RGB
CMYK
RGB Variations
Color information
#1F2704 (or 0x1F2704) is known color: Green Waterloo. HEX triplet: 1F, 27 and 04. RGB value is (31,39,4). Sum of RGB (Red+Green+Blue) = 31+39+4=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 4 (1.95% from 255 or 5.41% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2704 is #E0D8FB. Grayscale: #202020. Windows color (decimal): -14735612 or 272159. OLE color: 272159.
HSL color Cylindrical-coordinate representation of color #1F2704: hue angle of 73.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F2704 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 4 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.85 |
| HSL | 73.71º | 0.81% | 0.08% | - |
| HSV(B) | 73.71º | 0.9% | 0.15% | - |
| XYZ | 1.31 | 1.75 | 0.38 | - |
| YUV | 32.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 4 | 0.21 | 0 | 0.90 | 0.85 | 73.71 | 0.81 | 0.08 |
| Hex | 1F | 27 | 4 | 15 | 0 | 5A | 55 | 4A | 51 | 8 |
| Octal | 37 | 47 | 4 | 25 | 0 | 132 | 125 | 112 | 121 | 10 |
| Binary | 11111 | 100111 | 100 | 10101 | 0 | 1011010 | 1010101 | 1001010 | 1010001 | 1000 |
Color Harmonies of #1F2704
Complementary color
Monochromatic Colors of #1F2704
Black with #1F2704
Text Example
Text Example
White with #1F2704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2704; }
p { color: rgb(31,39,4); }
H1.HeaderClassName
{
color: #1F2704;
}
.AnyTagClassName
{
color: #1F2704;
}
</style>
background-color css
<style>
a { background-color: #1F2704; }
a { background-color: rgb(31,39,4); }
div.DivClassName
{
background-color: #1F2704;
}
.BgClassName
{
background-color: #1F2704;
}
</style>
border-color css
<style>
span { border-color: #1F2704; }
span { border-color: rgb(31,39,4); }
td.TdClassName
{
border-color: #1F2704;
}
.TagClassName
{
border-color: #1F2704;
}
</style>