Shades of Green Waterloo #30330D
Tints of Green Waterloo #30330D
RGB
CMYK
RGB Variations
Color information
#30330D (or 0x30330D) is known color: Green Waterloo. HEX triplet: 30, 33 and 0D. RGB value is (48,51,13). Sum of RGB (Red+Green+Blue) = 48+51+13=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #30330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30330D is #CFCCF2. Grayscale: #2D2D2D. Windows color (decimal): -13618419 or 865072. OLE color: 865072.
HSL color Cylindrical-coordinate representation of color #30330D: hue angle of 64.74º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30330D is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 51 | 13 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.8 |
| HSL | 64.74º | 0.59% | 0.13% | - |
| HSV(B) | 64.74º | 0.75% | 0.2% | - |
| XYZ | 2.48 | 3.03 | 0.83 | - |
| YUV | 45.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 13 | 0.06 | 0 | 0.75 | 0.8 | 64.74 | 0.59 | 0.13 |
| Hex | 30 | 33 | D | 6 | 0 | 4B | 50 | 41 | 3B | D |
| Octal | 60 | 63 | 15 | 6 | 0 | 113 | 120 | 101 | 73 | 15 |
| Binary | 110000 | 110011 | 1101 | 110 | 0 | 1001011 | 1010000 | 1000001 | 111011 | 1101 |
Color Harmonies of #30330D
Complementary color
Monochromatic Colors of #30330D
Black with #30330D
Text Example
Text Example
White with #30330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30330D; }
p { color: rgb(48,51,13); }
H1.HeaderClassName
{
color: #30330D;
}
.AnyTagClassName
{
color: #30330D;
}
</style>
background-color css
<style>
a { background-color: #30330D; }
a { background-color: rgb(48,51,13); }
div.DivClassName
{
background-color: #30330D;
}
.BgClassName
{
background-color: #30330D;
}
</style>
border-color css
<style>
span { border-color: #30330D; }
span { border-color: rgb(48,51,13); }
td.TdClassName
{
border-color: #30330D;
}
.TagClassName
{
border-color: #30330D;
}
</style>