Shades of Green Waterloo #20230D
Tints of Green Waterloo #20230D
RGB
CMYK
RGB Variations
Color information
#20230D (or 0x20230D) is known color: Green Waterloo. HEX triplet: 20, 23 and 0D. RGB value is (32,35,13). Sum of RGB (Red+Green+Blue) = 32+35+13=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #20230D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20230D is #DFDCF2. Grayscale: #1F1F1F. Windows color (decimal): -14671091 or 860960. OLE color: 860960.
HSL color Cylindrical-coordinate representation of color #20230D: hue angle of 68.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20230D is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 13 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.86 |
| HSL | 68.18º | 0.46% | 0.09% | - |
| HSV(B) | 68.18º | 0.63% | 0.14% | - |
| XYZ | 1.27 | 1.54 | 0.61 | - |
| YUV | 31.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 13 | 0.09 | 0 | 0.63 | 0.86 | 68.18 | 0.46 | 0.09 |
| Hex | 20 | 23 | D | 9 | 0 | 3F | 56 | 44 | 2E | 9 |
| Octal | 40 | 43 | 15 | 11 | 0 | 77 | 126 | 104 | 56 | 11 |
| Binary | 100000 | 100011 | 1101 | 1001 | 0 | 111111 | 1010110 | 1000100 | 101110 | 1001 |
Color Harmonies of #20230D
Complementary color
Monochromatic Colors of #20230D
Black with #20230D
Text Example
Text Example
White with #20230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20230D; }
p { color: rgb(32,35,13); }
H1.HeaderClassName
{
color: #20230D;
}
.AnyTagClassName
{
color: #20230D;
}
</style>
background-color css
<style>
a { background-color: #20230D; }
a { background-color: rgb(32,35,13); }
div.DivClassName
{
background-color: #20230D;
}
.BgClassName
{
background-color: #20230D;
}
</style>
border-color css
<style>
span { border-color: #20230D; }
span { border-color: rgb(32,35,13); }
td.TdClassName
{
border-color: #20230D;
}
.TagClassName
{
border-color: #20230D;
}
</style>