Shades of Green House #30611D
Tints of Green House #30611D
RGB
CMYK
RGB Variations
Color information
#30611D (or 0x30611D) is known color: Green House. HEX triplet: 30, 61 and 1D. RGB value is (48,97,29). Sum of RGB (Red+Green+Blue) = 48+97+29=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #30611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30611D is #CF9EE2. Grayscale: #4A4A4A. Windows color (decimal): -13606627 or 1925424. OLE color: 1925424.
HSL color Cylindrical-coordinate representation of color #30611D: hue angle of 103.24º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30611D is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 29 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.62 |
| HSL | 103.24º | 0.54% | 0.25% | - |
| HSV(B) | 103.24º | 0.7% | 0.38% | - |
| XYZ | 5.72 | 9.27 | 2.65 | - |
| YUV | 74.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 29 | 0.51 | 0 | 0.70 | 0.62 | 103.24 | 0.54 | 0.25 |
| Hex | 30 | 61 | 1D | 33 | 0 | 46 | 3E | 67 | 36 | 19 |
| Octal | 60 | 141 | 35 | 63 | 0 | 106 | 76 | 147 | 66 | 31 |
| Binary | 110000 | 1100001 | 11101 | 110011 | 0 | 1000110 | 111110 | 1100111 | 110110 | 11001 |
Color Harmonies of #30611D
Complementary color
Monochromatic Colors of #30611D
Black with #30611D
Text Example
Text Example
White with #30611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30611D; }
p { color: rgb(48,97,29); }
H1.HeaderClassName
{
color: #30611D;
}
.AnyTagClassName
{
color: #30611D;
}
</style>
background-color css
<style>
a { background-color: #30611D; }
a { background-color: rgb(48,97,29); }
div.DivClassName
{
background-color: #30611D;
}
.BgClassName
{
background-color: #30611D;
}
</style>
border-color css
<style>
span { border-color: #30611D; }
span { border-color: rgb(48,97,29); }
td.TdClassName
{
border-color: #30611D;
}
.TagClassName
{
border-color: #30611D;
}
</style>