Shades of Green House #30622B
Tints of Green House #30622B
RGB
CMYK
RGB Variations
Color information
#30622B (or 0x30622B) is known color: Green House. HEX triplet: 30, 62 and 2B. RGB value is (48,98,43). Sum of RGB (Red+Green+Blue) = 48+98+43=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #30622B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30622B is #CF9DD4. Grayscale: #4C4C4C. Windows color (decimal): -13606357 or 2843184. OLE color: 2843184.
HSL color Cylindrical-coordinate representation of color #30622B: hue angle of 114.55º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30622B is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 98 | 43 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.62 |
| HSL | 114.55º | 0.39% | 0.28% | - |
| HSV(B) | 114.55º | 0.56% | 0.38% | - |
| XYZ | 6.02 | 9.54 | 3.81 | - |
| YUV | 76.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 98 | 43 | 0.51 | 0 | 0.56 | 0.62 | 114.55 | 0.39 | 0.28 |
| Hex | 30 | 62 | 2B | 33 | 0 | 38 | 3E | 73 | 27 | 1C |
| Octal | 60 | 142 | 53 | 63 | 0 | 70 | 76 | 163 | 47 | 34 |
| Binary | 110000 | 1100010 | 101011 | 110011 | 0 | 111000 | 111110 | 1110011 | 100111 | 11100 |
Color Harmonies of #30622B
Complementary color
Monochromatic Colors of #30622B
Black with #30622B
Text Example
Text Example
White with #30622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30622B; }
p { color: rgb(48,98,43); }
H1.HeaderClassName
{
color: #30622B;
}
.AnyTagClassName
{
color: #30622B;
}
</style>
background-color css
<style>
a { background-color: #30622B; }
a { background-color: rgb(48,98,43); }
div.DivClassName
{
background-color: #30622B;
}
.BgClassName
{
background-color: #30622B;
}
</style>
border-color css
<style>
span { border-color: #30622B; }
span { border-color: rgb(48,98,43); }
td.TdClassName
{
border-color: #30622B;
}
.TagClassName
{
border-color: #30622B;
}
</style>