Shades of Green Waterloo #1F230C
Tints of Green Waterloo #1F230C
RGB
CMYK
RGB Variations
Color information
#1F230C (or 0x1F230C) is known color: Green Waterloo. HEX triplet: 1F, 23 and 0C. RGB value is (31,35,12). Sum of RGB (Red+Green+Blue) = 31+35+12=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #1F230C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F230C is #E0DCF3. Grayscale: #1F1F1F. Windows color (decimal): -14736628 or 795423. OLE color: 795423.
HSL color Cylindrical-coordinate representation of color #1F230C: hue angle of 70.43º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F230C is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 35 | 12 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.86 |
| HSL | 70.43º | 0.49% | 0.09% | - |
| HSV(B) | 70.43º | 0.66% | 0.14% | - |
| XYZ | 1.23 | 1.52 | 0.58 | - |
| YUV | 31.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 12 | 0.11 | 0 | 0.66 | 0.86 | 70.43 | 0.49 | 0.09 |
| Hex | 1F | 23 | C | B | 0 | 42 | 56 | 46 | 31 | 9 |
| Octal | 37 | 43 | 14 | 13 | 0 | 102 | 126 | 106 | 61 | 11 |
| Binary | 11111 | 100011 | 1100 | 1011 | 0 | 1000010 | 1010110 | 1000110 | 110001 | 1001 |
Color Harmonies of #1F230C
Complementary color
Monochromatic Colors of #1F230C
Black with #1F230C
Text Example
Text Example
White with #1F230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F230C; }
p { color: rgb(31,35,12); }
H1.HeaderClassName
{
color: #1F230C;
}
.AnyTagClassName
{
color: #1F230C;
}
</style>
background-color css
<style>
a { background-color: #1F230C; }
a { background-color: rgb(31,35,12); }
div.DivClassName
{
background-color: #1F230C;
}
.BgClassName
{
background-color: #1F230C;
}
</style>
border-color css
<style>
span { border-color: #1F230C; }
span { border-color: rgb(31,35,12); }
td.TdClassName
{
border-color: #1F230C;
}
.TagClassName
{
border-color: #1F230C;
}
</style>