Shades of Green Waterloo #202407
Tints of Green Waterloo #202407
RGB
CMYK
RGB Variations
Color information
#202407 (or 0x202407) is known color: Green Waterloo. HEX triplet: 20, 24 and 07. RGB value is (32,36,7). Sum of RGB (Red+Green+Blue) = 32+36+7=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #202407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202407 is #DFDBF8. Grayscale: #1F1F1F. Windows color (decimal): -14670841 or 468000. OLE color: 468000.
HSL color Cylindrical-coordinate representation of color #202407: hue angle of 68.28º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202407 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 7 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.86 |
| HSL | 68.28º | 0.67% | 0.08% | - |
| HSV(B) | 68.28º | 0.81% | 0.14% | - |
| XYZ | 1.26 | 1.58 | 0.44 | - |
| YUV | 31.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 7 | 0.11 | 0 | 0.81 | 0.86 | 68.28 | 0.67 | 0.08 |
| Hex | 20 | 24 | 7 | B | 0 | 51 | 56 | 44 | 43 | 8 |
| Octal | 40 | 44 | 7 | 13 | 0 | 121 | 126 | 104 | 103 | 10 |
| Binary | 100000 | 100100 | 111 | 1011 | 0 | 1010001 | 1010110 | 1000100 | 1000011 | 1000 |
Color Harmonies of #202407
Complementary color
Monochromatic Colors of #202407
Black with #202407
Text Example
Text Example
White with #202407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202407; }
p { color: rgb(32,36,7); }
H1.HeaderClassName
{
color: #202407;
}
.AnyTagClassName
{
color: #202407;
}
</style>
background-color css
<style>
a { background-color: #202407; }
a { background-color: rgb(32,36,7); }
div.DivClassName
{
background-color: #202407;
}
.BgClassName
{
background-color: #202407;
}
</style>
border-color css
<style>
span { border-color: #202407; }
span { border-color: rgb(32,36,7); }
td.TdClassName
{
border-color: #202407;
}
.TagClassName
{
border-color: #202407;
}
</style>