Shades of Green Waterloo #303213
Tints of Green Waterloo #303213
RGB
CMYK
RGB Variations
Color information
#303213 (or 0x303213) is known color: Green Waterloo. HEX triplet: 30, 32 and 13. RGB value is (48,50,19). Sum of RGB (Red+Green+Blue) = 48+50+19=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #303213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303213 is #CFCDEC. Grayscale: #2D2D2D. Windows color (decimal): -13618669 or 1258032. OLE color: 1258032.
HSL color Cylindrical-coordinate representation of color #303213: hue angle of 63.87º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303213 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 50 | 19 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.80 |
| HSL | 63.87º | 0.45% | 0.14% | - |
| HSV(B) | 63.87º | 0.62% | 0.2% | - |
| XYZ | 2.48 | 2.96 | 1.06 | - |
| YUV | 45.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 19 | 0.04 | 0 | 0.62 | 0.80 | 63.87 | 0.45 | 0.14 |
| Hex | 30 | 32 | 13 | 4 | 0 | 3E | 50 | 40 | 2D | E |
| Octal | 60 | 62 | 23 | 4 | 0 | 76 | 120 | 100 | 55 | 16 |
| Binary | 110000 | 110010 | 10011 | 100 | 0 | 111110 | 1010000 | 1000000 | 101101 | 1110 |
Color Harmonies of #303213
Complementary color
Monochromatic Colors of #303213
Black with #303213
Text Example
Text Example
White with #303213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303213; }
p { color: rgb(48,50,19); }
H1.HeaderClassName
{
color: #303213;
}
.AnyTagClassName
{
color: #303213;
}
</style>
background-color css
<style>
a { background-color: #303213; }
a { background-color: rgb(48,50,19); }
div.DivClassName
{
background-color: #303213;
}
.BgClassName
{
background-color: #303213;
}
</style>
border-color css
<style>
span { border-color: #303213; }
span { border-color: rgb(48,50,19); }
td.TdClassName
{
border-color: #303213;
}
.TagClassName
{
border-color: #303213;
}
</style>