Shades of Green Waterloo #303128
Tints of Green Waterloo #303128
RGB
CMYK
RGB Variations
Color information
#303128 (or 0x303128) is known color: Green Waterloo. HEX triplet: 30, 31 and 28. RGB value is (48,49,40). Sum of RGB (Red+Green+Blue) = 48+49+40=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 49 - color contains mainly: green. Hex color #303128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303128 is #CFCED7. Grayscale: #2F2F2F. Windows color (decimal): -13618904 or 2634032. OLE color: 2634032.
HSL color Cylindrical-coordinate representation of color #303128: hue angle of 66.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #303128 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 49 | 40 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.81 |
| HSL | 66.67º | 0.1% | 0.17% | - |
| HSV(B) | 66.67º | 0.18% | 0.19% | - |
| XYZ | 2.7 | 2.98 | 2.44 | - |
| YUV | 47.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 49 | 40 | 0.02 | 0 | 0.18 | 0.81 | 66.67 | 0.1 | 0.17 |
| Hex | 30 | 31 | 28 | 2 | 0 | 12 | 51 | 43 | A | 11 |
| Octal | 60 | 61 | 50 | 2 | 0 | 22 | 121 | 103 | 12 | 21 |
| Binary | 110000 | 110001 | 101000 | 10 | 0 | 10010 | 1010001 | 1000011 | 1010 | 10001 |
Color Harmonies of #303128
Complementary color
Monochromatic Colors of #303128
Black with #303128
Text Example
Text Example
White with #303128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303128; }
p { color: rgb(48,49,40); }
H1.HeaderClassName
{
color: #303128;
}
.AnyTagClassName
{
color: #303128;
}
</style>
background-color css
<style>
a { background-color: #303128; }
a { background-color: rgb(48,49,40); }
div.DivClassName
{
background-color: #303128;
}
.BgClassName
{
background-color: #303128;
}
</style>
border-color css
<style>
span { border-color: #303128; }
span { border-color: rgb(48,49,40); }
td.TdClassName
{
border-color: #303128;
}
.TagClassName
{
border-color: #303128;
}
</style>