Shades of Green Waterloo #303217
Tints of Green Waterloo #303217
RGB
CMYK
RGB Variations
Color information
#303217 (or 0x303217) is known color: Green Waterloo. HEX triplet: 30, 32 and 17. RGB value is (48,50,23). Sum of RGB (Red+Green+Blue) = 48+50+23=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #303217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303217 is #CFCDE8. Grayscale: #2E2E2E. Windows color (decimal): -13618665 or 1520176. OLE color: 1520176.
HSL color Cylindrical-coordinate representation of color #303217: hue angle of 64.44º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #303217 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 50 | 23 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.80 |
| HSL | 64.44º | 0.37% | 0.14% | - |
| HSV(B) | 64.44º | 0.54% | 0.2% | - |
| XYZ | 2.51 | 2.97 | 1.25 | - |
| YUV | 46.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 23 | 0.04 | 0 | 0.54 | 0.80 | 64.44 | 0.37 | 0.14 |
| Hex | 30 | 32 | 17 | 4 | 0 | 36 | 50 | 40 | 25 | E |
| Octal | 60 | 62 | 27 | 4 | 0 | 66 | 120 | 100 | 45 | 16 |
| Binary | 110000 | 110010 | 10111 | 100 | 0 | 110110 | 1010000 | 1000000 | 100101 | 1110 |
Color Harmonies of #303217
Complementary color
Monochromatic Colors of #303217
Black with #303217
Text Example
Text Example
White with #303217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303217; }
p { color: rgb(48,50,23); }
H1.HeaderClassName
{
color: #303217;
}
.AnyTagClassName
{
color: #303217;
}
</style>
background-color css
<style>
a { background-color: #303217; }
a { background-color: rgb(48,50,23); }
div.DivClassName
{
background-color: #303217;
}
.BgClassName
{
background-color: #303217;
}
</style>
border-color css
<style>
span { border-color: #303217; }
span { border-color: rgb(48,50,23); }
td.TdClassName
{
border-color: #303217;
}
.TagClassName
{
border-color: #303217;
}
</style>