Shades of Green Waterloo #202308
Tints of Green Waterloo #202308
RGB
CMYK
RGB Variations
Color information
#202308 (or 0x202308) is known color: Green Waterloo. HEX triplet: 20, 23 and 08. RGB value is (32,35,8). Sum of RGB (Red+Green+Blue) = 32+35+8=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 8 (3.52% from 255 or 10.67% from 75); Max value from RGB is 35 - color contains mainly: green. Hex color #202308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202308 is #DFDCF7. Grayscale: #1F1F1F. Windows color (decimal): -14671096 or 533280. OLE color: 533280.
HSL color Cylindrical-coordinate representation of color #202308: hue angle of 66.67º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #202308 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 8 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.86 |
| HSL | 66.67º | 0.63% | 0.08% | - |
| HSV(B) | 66.67º | 0.77% | 0.14% | - |
| XYZ | 1.24 | 1.53 | 0.46 | - |
| YUV | 31.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 8 | 0.09 | 0 | 0.77 | 0.86 | 66.67 | 0.63 | 0.08 |
| Hex | 20 | 23 | 8 | 9 | 0 | 4D | 56 | 43 | 3F | 8 |
| Octal | 40 | 43 | 10 | 11 | 0 | 115 | 126 | 103 | 77 | 10 |
| Binary | 100000 | 100011 | 1000 | 1001 | 0 | 1001101 | 1010110 | 1000011 | 111111 | 1000 |
Color Harmonies of #202308
Complementary color
Monochromatic Colors of #202308
Black with #202308
Text Example
Text Example
White with #202308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202308; }
p { color: rgb(32,35,8); }
H1.HeaderClassName
{
color: #202308;
}
.AnyTagClassName
{
color: #202308;
}
</style>
background-color css
<style>
a { background-color: #202308; }
a { background-color: rgb(32,35,8); }
div.DivClassName
{
background-color: #202308;
}
.BgClassName
{
background-color: #202308;
}
</style>
border-color css
<style>
span { border-color: #202308; }
span { border-color: rgb(32,35,8); }
td.TdClassName
{
border-color: #202308;
}
.TagClassName
{
border-color: #202308;
}
</style>