Shades of Green Waterloo #1F240D
Tints of Green Waterloo #1F240D
RGB
CMYK
RGB Variations
Color information
#1F240D (or 0x1F240D) is known color: Green Waterloo. HEX triplet: 1F, 24 and 0D. RGB value is (31,36,13). Sum of RGB (Red+Green+Blue) = 31+36+13=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #1F240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F240D is #E0DBF2. Grayscale: #1F1F1F. Windows color (decimal): -14736371 or 861215. OLE color: 861215.
HSL color Cylindrical-coordinate representation of color #1F240D: hue angle of 73.04º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F240D is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 36 | 13 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.86 |
| HSL | 73.04º | 0.47% | 0.1% | - |
| HSV(B) | 73.04º | 0.64% | 0.14% | - |
| XYZ | 1.27 | 1.58 | 0.62 | - |
| YUV | 31.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 13 | 0.14 | 0 | 0.64 | 0.86 | 73.04 | 0.47 | 0.1 |
| Hex | 1F | 24 | D | E | 0 | 40 | 56 | 49 | 2F | A |
| Octal | 37 | 44 | 15 | 16 | 0 | 100 | 126 | 111 | 57 | 12 |
| Binary | 11111 | 100100 | 1101 | 1110 | 0 | 1000000 | 1010110 | 1001001 | 101111 | 1010 |
Color Harmonies of #1F240D
Complementary color
Monochromatic Colors of #1F240D
Black with #1F240D
Text Example
Text Example
White with #1F240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F240D; }
p { color: rgb(31,36,13); }
H1.HeaderClassName
{
color: #1F240D;
}
.AnyTagClassName
{
color: #1F240D;
}
</style>
background-color css
<style>
a { background-color: #1F240D; }
a { background-color: rgb(31,36,13); }
div.DivClassName
{
background-color: #1F240D;
}
.BgClassName
{
background-color: #1F240D;
}
</style>
border-color css
<style>
span { border-color: #1F240D; }
span { border-color: rgb(31,36,13); }
td.TdClassName
{
border-color: #1F240D;
}
.TagClassName
{
border-color: #1F240D;
}
</style>