Shades of Green House #306112
Tints of Green House #306112
RGB
CMYK
RGB Variations
Color information
#306112 (or 0x306112) is known color: Green House. HEX triplet: 30, 61 and 12. RGB value is (48,97,18). Sum of RGB (Red+Green+Blue) = 48+97+18=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #306112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306112 is #CF9EED. Grayscale: #494949. Windows color (decimal): -13606638 or 1204528. OLE color: 1204528.
HSL color Cylindrical-coordinate representation of color #306112: hue angle of 97.22º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306112 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 97 | 18 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.62 |
| HSL | 97.22º | 0.69% | 0.23% | - |
| HSV(B) | 97.22º | 0.81% | 0.38% | - |
| XYZ | 5.6 | 9.22 | 2.06 | - |
| YUV | 73.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 18 | 0.51 | 0 | 0.81 | 0.62 | 97.22 | 0.69 | 0.23 |
| Hex | 30 | 61 | 12 | 33 | 0 | 51 | 3E | 61 | 45 | 17 |
| Octal | 60 | 141 | 22 | 63 | 0 | 121 | 76 | 141 | 105 | 27 |
| Binary | 110000 | 1100001 | 10010 | 110011 | 0 | 1010001 | 111110 | 1100001 | 1000101 | 10111 |
Color Harmonies of #306112
Complementary color
Monochromatic Colors of #306112
Black with #306112
Text Example
Text Example
White with #306112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306112; }
p { color: rgb(48,97,18); }
H1.HeaderClassName
{
color: #306112;
}
.AnyTagClassName
{
color: #306112;
}
</style>
background-color css
<style>
a { background-color: #306112; }
a { background-color: rgb(48,97,18); }
div.DivClassName
{
background-color: #306112;
}
.BgClassName
{
background-color: #306112;
}
</style>
border-color css
<style>
span { border-color: #306112; }
span { border-color: rgb(48,97,18); }
td.TdClassName
{
border-color: #306112;
}
.TagClassName
{
border-color: #306112;
}
</style>