Shades of Green Waterloo #1F2301
Tints of Green Waterloo #1F2301
RGB
CMYK
RGB Variations
Color information
#1F2301 (or 0x1F2301) is known color: Green Waterloo. HEX triplet: 1F, 23 and 01. RGB value is (31,35,1). Sum of RGB (Red+Green+Blue) = 31+35+1=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #1F2301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2301 is #E0DCFE. Grayscale: #1E1E1E. Windows color (decimal): -14736639 or 74527. OLE color: 74527.
HSL color Cylindrical-coordinate representation of color #1F2301: hue angle of 67.06º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F2301 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 31 | 35 | 1 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.86 |
| HSL | 67.06º | 0.94% | 0.07% | - |
| HSV(B) | 67.06º | 0.97% | 0.14% | - |
| XYZ | 1.17 | 1.5 | 0.26 | - |
| YUV | 29.93 | 111.67 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 1 | 0.11 | 0 | 0.97 | 0.86 | 67.06 | 0.94 | 0.07 |
| Hex | 1F | 23 | 1 | B | 0 | 61 | 56 | 43 | 5E | 7 |
| Octal | 37 | 43 | 1 | 13 | 0 | 141 | 126 | 103 | 136 | 7 |
| Binary | 11111 | 100011 | 1 | 1011 | 0 | 1100001 | 1010110 | 1000011 | 1011110 | 111 |
Color Harmonies of #1F2301
Complementary color
Monochromatic Colors of #1F2301
Black with #1F2301
Text Example
Text Example
White with #1F2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2301; }
p { color: rgb(31,35,1); }
H1.HeaderClassName
{
color: #1F2301;
}
.AnyTagClassName
{
color: #1F2301;
}
</style>
background-color css
<style>
a { background-color: #1F2301; }
a { background-color: rgb(31,35,1); }
div.DivClassName
{
background-color: #1F2301;
}
.BgClassName
{
background-color: #1F2301;
}
</style>
border-color css
<style>
span { border-color: #1F2301; }
span { border-color: rgb(31,35,1); }
td.TdClassName
{
border-color: #1F2301;
}
.TagClassName
{
border-color: #1F2301;
}
</style>