Shades of Green House #30671B
Tints of Green House #30671B
RGB
CMYK
RGB Variations
Color information
#30671B (or 0x30671B) is known color: Green House. HEX triplet: 30, 67 and 1B. RGB value is (48,103,27). Sum of RGB (Red+Green+Blue) = 48+103+27=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 103 (40.62% from 255 or 57.87% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 103 - color contains mainly: green. Hex color #30671B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30671B is #CF98E4. Grayscale: #4E4E4E. Windows color (decimal): -13605093 or 1795888. OLE color: 1795888.
HSL color Cylindrical-coordinate representation of color #30671B: hue angle of 103.42º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30671B is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 103 | 27 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.60 |
| HSL | 103.42º | 0.58% | 0.25% | - |
| HSV(B) | 103.42º | 0.74% | 0.4% | - |
| XYZ | 6.27 | 10.41 | 2.72 | - |
| YUV | 77.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 103 | 27 | 0.53 | 0 | 0.74 | 0.60 | 103.42 | 0.58 | 0.25 |
| Hex | 30 | 67 | 1B | 35 | 0 | 4A | 3C | 67 | 3A | 19 |
| Octal | 60 | 147 | 33 | 65 | 0 | 112 | 74 | 147 | 72 | 31 |
| Binary | 110000 | 1100111 | 11011 | 110101 | 0 | 1001010 | 111100 | 1100111 | 111010 | 11001 |
Color Harmonies of #30671B
Complementary color
Monochromatic Colors of #30671B
Black with #30671B
Text Example
Text Example
White with #30671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30671B; }
p { color: rgb(48,103,27); }
H1.HeaderClassName
{
color: #30671B;
}
.AnyTagClassName
{
color: #30671B;
}
</style>
background-color css
<style>
a { background-color: #30671B; }
a { background-color: rgb(48,103,27); }
div.DivClassName
{
background-color: #30671B;
}
.BgClassName
{
background-color: #30671B;
}
</style>
border-color css
<style>
span { border-color: #30671B; }
span { border-color: rgb(48,103,27); }
td.TdClassName
{
border-color: #30671B;
}
.TagClassName
{
border-color: #30671B;
}
</style>