Shades of Green House #30582A
Tints of Green House #30582A
RGB
CMYK
RGB Variations
Color information
#30582A (or 0x30582A) is known color: Green House. HEX triplet: 30, 58 and 2A. RGB value is (48,88,42). Sum of RGB (Red+Green+Blue) = 48+88+42=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #30582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30582A is #CFA7D5. Grayscale: #464646. Windows color (decimal): -13608918 or 2775088. OLE color: 2775088.
HSL color Cylindrical-coordinate representation of color #30582A: hue angle of 112.17º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30582A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 88 | 42 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.65 |
| HSL | 112.17º | 0.35% | 0.25% | - |
| HSV(B) | 112.17º | 0.52% | 0.35% | - |
| XYZ | 5.13 | 7.77 | 3.42 | - |
| YUV | 70.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 42 | 0.45 | 0 | 0.52 | 0.65 | 112.17 | 0.35 | 0.25 |
| Hex | 30 | 58 | 2A | 2D | 0 | 34 | 41 | 70 | 23 | 19 |
| Octal | 60 | 130 | 52 | 55 | 0 | 64 | 101 | 160 | 43 | 31 |
| Binary | 110000 | 1011000 | 101010 | 101101 | 0 | 110100 | 1000001 | 1110000 | 100011 | 11001 |
Color Harmonies of #30582A
Complementary color
Monochromatic Colors of #30582A
Black with #30582A
Text Example
Text Example
White with #30582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30582A; }
p { color: rgb(48,88,42); }
H1.HeaderClassName
{
color: #30582A;
}
.AnyTagClassName
{
color: #30582A;
}
</style>
background-color css
<style>
a { background-color: #30582A; }
a { background-color: rgb(48,88,42); }
div.DivClassName
{
background-color: #30582A;
}
.BgClassName
{
background-color: #30582A;
}
</style>
border-color css
<style>
span { border-color: #30582A; }
span { border-color: rgb(48,88,42); }
td.TdClassName
{
border-color: #30582A;
}
.TagClassName
{
border-color: #30582A;
}
</style>