Shades of Green House #30632A
Tints of Green House #30632A
RGB
CMYK
RGB Variations
Color information
#30632A (or 0x30632A) is known color: Green House. HEX triplet: 30, 63 and 2A. RGB value is (48,99,42). Sum of RGB (Red+Green+Blue) = 48+99+42=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #30632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30632A is #CF9CD5. Grayscale: #4D4D4D. Windows color (decimal): -13606102 or 2777904. OLE color: 2777904.
HSL color Cylindrical-coordinate representation of color #30632A: hue angle of 113.68º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30632A is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 42 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.61 |
| HSL | 113.68º | 0.4% | 0.28% | - |
| HSV(B) | 113.68º | 0.58% | 0.39% | - |
| XYZ | 6.1 | 9.72 | 3.75 | - |
| YUV | 77.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 42 | 0.52 | 0 | 0.58 | 0.61 | 113.68 | 0.4 | 0.28 |
| Hex | 30 | 63 | 2A | 34 | 0 | 3A | 3D | 72 | 28 | 1C |
| Octal | 60 | 143 | 52 | 64 | 0 | 72 | 75 | 162 | 50 | 34 |
| Binary | 110000 | 1100011 | 101010 | 110100 | 0 | 111010 | 111101 | 1110010 | 101000 | 11100 |
Color Harmonies of #30632A
Complementary color
Monochromatic Colors of #30632A
Black with #30632A
Text Example
Text Example
White with #30632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30632A; }
p { color: rgb(48,99,42); }
H1.HeaderClassName
{
color: #30632A;
}
.AnyTagClassName
{
color: #30632A;
}
</style>
background-color css
<style>
a { background-color: #30632A; }
a { background-color: rgb(48,99,42); }
div.DivClassName
{
background-color: #30632A;
}
.BgClassName
{
background-color: #30632A;
}
</style>
border-color css
<style>
span { border-color: #30632A; }
span { border-color: rgb(48,99,42); }
td.TdClassName
{
border-color: #30632A;
}
.TagClassName
{
border-color: #30632A;
}
</style>