Shades of Green Waterloo #30341C
Tints of Green Waterloo #30341C
RGB
CMYK
RGB Variations
Color information
#30341C (or 0x30341C) is known color: Green Waterloo. HEX triplet: 30, 34 and 1C. RGB value is (48,52,28). Sum of RGB (Red+Green+Blue) = 48+52+28=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 52 - color contains mainly: green. Hex color #30341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30341C is #CFCBE3. Grayscale: #303030. Windows color (decimal): -13618148 or 1848368. OLE color: 1848368.
HSL color Cylindrical-coordinate representation of color #30341C: hue angle of 70º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30341C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 52 | 28 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.80 |
| HSL | 70º | 0.3% | 0.16% | - |
| HSV(B) | 70º | 0.46% | 0.2% | - |
| XYZ | 2.66 | 3.17 | 1.57 | - |
| YUV | 48.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 28 | 0.08 | 0 | 0.46 | 0.80 | 70 | 0.3 | 0.16 |
| Hex | 30 | 34 | 1C | 8 | 0 | 2E | 50 | 46 | 1E | 10 |
| Octal | 60 | 64 | 34 | 10 | 0 | 56 | 120 | 106 | 36 | 20 |
| Binary | 110000 | 110100 | 11100 | 1000 | 0 | 101110 | 1010000 | 1000110 | 11110 | 10000 |
Color Harmonies of #30341C
Complementary color
Monochromatic Colors of #30341C
Black with #30341C
Text Example
Text Example
White with #30341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30341C; }
p { color: rgb(48,52,28); }
H1.HeaderClassName
{
color: #30341C;
}
.AnyTagClassName
{
color: #30341C;
}
</style>
background-color css
<style>
a { background-color: #30341C; }
a { background-color: rgb(48,52,28); }
div.DivClassName
{
background-color: #30341C;
}
.BgClassName
{
background-color: #30341C;
}
</style>
border-color css
<style>
span { border-color: #30341C; }
span { border-color: rgb(48,52,28); }
td.TdClassName
{
border-color: #30341C;
}
.TagClassName
{
border-color: #30341C;
}
</style>