Shades of Green House #30611B
Tints of Green House #30611B
RGB
CMYK
RGB Variations
Color information
#30611B (or 0x30611B) is known color: Green House. HEX triplet: 30, 61 and 1B. RGB value is (48,97,27). Sum of RGB (Red+Green+Blue) = 48+97+27=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #30611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30611B is #CF9EE4. Grayscale: #4A4A4A. Windows color (decimal): -13606629 or 1794352. OLE color: 1794352.
HSL color Cylindrical-coordinate representation of color #30611B: hue angle of 102º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30611B is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 27 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.62 |
| HSL | 102º | 0.56% | 0.24% | - |
| HSV(B) | 102º | 0.72% | 0.38% | - |
| XYZ | 5.69 | 9.26 | 2.52 | - |
| YUV | 74.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 27 | 0.51 | 0 | 0.72 | 0.62 | 102 | 0.56 | 0.24 |
| Hex | 30 | 61 | 1B | 33 | 0 | 48 | 3E | 66 | 38 | 18 |
| Octal | 60 | 141 | 33 | 63 | 0 | 110 | 76 | 146 | 70 | 30 |
| Binary | 110000 | 1100001 | 11011 | 110011 | 0 | 1001000 | 111110 | 1100110 | 111000 | 11000 |
Color Harmonies of #30611B
Complementary color
Monochromatic Colors of #30611B
Black with #30611B
Text Example
Text Example
White with #30611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30611B; }
p { color: rgb(48,97,27); }
H1.HeaderClassName
{
color: #30611B;
}
.AnyTagClassName
{
color: #30611B;
}
</style>
background-color css
<style>
a { background-color: #30611B; }
a { background-color: rgb(48,97,27); }
div.DivClassName
{
background-color: #30611B;
}
.BgClassName
{
background-color: #30611B;
}
</style>
border-color css
<style>
span { border-color: #30611B; }
span { border-color: rgb(48,97,27); }
td.TdClassName
{
border-color: #30611B;
}
.TagClassName
{
border-color: #30611B;
}
</style>