Shades of Green Waterloo #20230B
Tints of Green Waterloo #20230B
RGB
CMYK
RGB Variations
Color information
#20230B (or 0x20230B) is known color: Green Waterloo. HEX triplet: 20, 23 and 0B. RGB value is (32,35,11). Sum of RGB (Red+Green+Blue) = 32+35+11=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #20230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20230B is #DFDCF4. Grayscale: #1F1F1F. Windows color (decimal): -14671093 or 729888. OLE color: 729888.
HSL color Cylindrical-coordinate representation of color #20230B: hue angle of 67.5º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20230B is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 11 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.86 |
| HSL | 67.5º | 0.52% | 0.09% | - |
| HSV(B) | 67.5º | 0.69% | 0.14% | - |
| XYZ | 1.26 | 1.53 | 0.55 | - |
| YUV | 31.37 | 116.51 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 11 | 0.09 | 0 | 0.69 | 0.86 | 67.5 | 0.52 | 0.09 |
| Hex | 20 | 23 | B | 9 | 0 | 45 | 56 | 44 | 34 | 9 |
| Octal | 40 | 43 | 13 | 11 | 0 | 105 | 126 | 104 | 64 | 11 |
| Binary | 100000 | 100011 | 1011 | 1001 | 0 | 1000101 | 1010110 | 1000100 | 110100 | 1001 |
Color Harmonies of #20230B
Complementary color
Monochromatic Colors of #20230B
Black with #20230B
Text Example
Text Example
White with #20230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20230B; }
p { color: rgb(32,35,11); }
H1.HeaderClassName
{
color: #20230B;
}
.AnyTagClassName
{
color: #20230B;
}
</style>
background-color css
<style>
a { background-color: #20230B; }
a { background-color: rgb(32,35,11); }
div.DivClassName
{
background-color: #20230B;
}
.BgClassName
{
background-color: #20230B;
}
</style>
border-color css
<style>
span { border-color: #20230B; }
span { border-color: rgb(32,35,11); }
td.TdClassName
{
border-color: #20230B;
}
.TagClassName
{
border-color: #20230B;
}
</style>