Shades of Green Waterloo #30330F
Tints of Green Waterloo #30330F
RGB
CMYK
RGB Variations
Color information
#30330F (or 0x30330F) is known color: Green Waterloo. HEX triplet: 30, 33 and 0F. RGB value is (48,51,15). Sum of RGB (Red+Green+Blue) = 48+51+15=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 51 - color contains mainly: green. Hex color #30330F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30330F is #CFCCF0. Grayscale: #2E2E2E. Windows color (decimal): -13618417 or 996144. OLE color: 996144.
HSL color Cylindrical-coordinate representation of color #30330F: hue angle of 65º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30330F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 51 | 15 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.8 |
| HSL | 65º | 0.55% | 0.13% | - |
| HSV(B) | 65º | 0.71% | 0.2% | - |
| XYZ | 2.49 | 3.03 | 0.91 | - |
| YUV | 46 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 15 | 0.06 | 0 | 0.71 | 0.8 | 65 | 0.55 | 0.13 |
| Hex | 30 | 33 | F | 6 | 0 | 47 | 50 | 41 | 37 | D |
| Octal | 60 | 63 | 17 | 6 | 0 | 107 | 120 | 101 | 67 | 15 |
| Binary | 110000 | 110011 | 1111 | 110 | 0 | 1000111 | 1010000 | 1000001 | 110111 | 1101 |
Color Harmonies of #30330F
Complementary color
Monochromatic Colors of #30330F
Black with #30330F
Text Example
Text Example
White with #30330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30330F; }
p { color: rgb(48,51,15); }
H1.HeaderClassName
{
color: #30330F;
}
.AnyTagClassName
{
color: #30330F;
}
</style>
background-color css
<style>
a { background-color: #30330F; }
a { background-color: rgb(48,51,15); }
div.DivClassName
{
background-color: #30330F;
}
.BgClassName
{
background-color: #30330F;
}
</style>
border-color css
<style>
span { border-color: #30330F; }
span { border-color: rgb(48,51,15); }
td.TdClassName
{
border-color: #30330F;
}
.TagClassName
{
border-color: #30330F;
}
</style>