Shades of Green House #306018
Tints of Green House #306018
RGB
CMYK
RGB Variations
Color information
#306018 (or 0x306018) is known color: Green House. HEX triplet: 30, 60 and 18. RGB value is (48,96,24). Sum of RGB (Red+Green+Blue) = 48+96+24=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #306018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306018 is #CF9FE7. Grayscale: #494949. Windows color (decimal): -13606888 or 1597488. OLE color: 1597488.
HSL color Cylindrical-coordinate representation of color #306018: hue angle of 100º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #306018 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 96 | 24 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.62 |
| HSL | 100º | 0.6% | 0.24% | - |
| HSV(B) | 100º | 0.75% | 0.38% | - |
| XYZ | 5.57 | 9.06 | 2.32 | - |
| YUV | 73.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 24 | 0.50 | 0 | 0.75 | 0.62 | 100 | 0.6 | 0.24 |
| Hex | 30 | 60 | 18 | 32 | 0 | 4B | 3E | 64 | 3C | 18 |
| Octal | 60 | 140 | 30 | 62 | 0 | 113 | 76 | 144 | 74 | 30 |
| Binary | 110000 | 1100000 | 11000 | 110010 | 0 | 1001011 | 111110 | 1100100 | 111100 | 11000 |
Color Harmonies of #306018
Complementary color
Monochromatic Colors of #306018
Black with #306018
Text Example
Text Example
White with #306018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306018; }
p { color: rgb(48,96,24); }
H1.HeaderClassName
{
color: #306018;
}
.AnyTagClassName
{
color: #306018;
}
</style>
background-color css
<style>
a { background-color: #306018; }
a { background-color: rgb(48,96,24); }
div.DivClassName
{
background-color: #306018;
}
.BgClassName
{
background-color: #306018;
}
</style>
border-color css
<style>
span { border-color: #306018; }
span { border-color: rgb(48,96,24); }
td.TdClassName
{
border-color: #306018;
}
.TagClassName
{
border-color: #306018;
}
</style>