Shades of Green Waterloo #20250A
Tints of Green Waterloo #20250A
RGB
CMYK
RGB Variations
Color information
#20250A (or 0x20250A) is known color: Green Waterloo. HEX triplet: 20, 25 and 0A. RGB value is (32,37,10). Sum of RGB (Red+Green+Blue) = 32+37+10=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #20250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20250A is #DFDAF5. Grayscale: #202020. Windows color (decimal): -14670582 or 664864. OLE color: 664864.
HSL color Cylindrical-coordinate representation of color #20250A: hue angle of 71.11º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20250A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 37 | 10 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.85 |
| HSL | 71.11º | 0.57% | 0.09% | - |
| HSV(B) | 71.11º | 0.73% | 0.15% | - |
| XYZ | 1.31 | 1.65 | 0.54 | - |
| YUV | 32.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 10 | 0.14 | 0 | 0.73 | 0.85 | 71.11 | 0.57 | 0.09 |
| Hex | 20 | 25 | A | E | 0 | 49 | 55 | 47 | 39 | 9 |
| Octal | 40 | 45 | 12 | 16 | 0 | 111 | 125 | 107 | 71 | 11 |
| Binary | 100000 | 100101 | 1010 | 1110 | 0 | 1001001 | 1010101 | 1000111 | 111001 | 1001 |
Color Harmonies of #20250A
Complementary color
Monochromatic Colors of #20250A
Black with #20250A
Text Example
Text Example
White with #20250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20250A; }
p { color: rgb(32,37,10); }
H1.HeaderClassName
{
color: #20250A;
}
.AnyTagClassName
{
color: #20250A;
}
</style>
background-color css
<style>
a { background-color: #20250A; }
a { background-color: rgb(32,37,10); }
div.DivClassName
{
background-color: #20250A;
}
.BgClassName
{
background-color: #20250A;
}
</style>
border-color css
<style>
span { border-color: #20250A; }
span { border-color: rgb(32,37,10); }
td.TdClassName
{
border-color: #20250A;
}
.TagClassName
{
border-color: #20250A;
}
</style>