Shades of Green House #306323
Tints of Green House #306323
RGB
CMYK
RGB Variations
Color information
#306323 (or 0x306323) is known color: Green House. HEX triplet: 30, 63 and 23. RGB value is (48,99,35). Sum of RGB (Red+Green+Blue) = 48+99+35=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 35 (14.06% from 255 or 19.23% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #306323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306323 is #CF9CDC. Grayscale: #4C4C4C. Windows color (decimal): -13606109 or 2319152. OLE color: 2319152.
HSL color Cylindrical-coordinate representation of color #306323: hue angle of 107.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306323 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 35 | - |
| CMYK | 0.52 | 0 | 0.65 | 0.61 |
| HSL | 107.81º | 0.48% | 0.26% | - |
| HSV(B) | 107.81º | 0.65% | 0.39% | - |
| XYZ | 5.98 | 9.67 | 3.14 | - |
| YUV | 76.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 35 | 0.52 | 0 | 0.65 | 0.61 | 107.81 | 0.48 | 0.26 |
| Hex | 30 | 63 | 23 | 34 | 0 | 41 | 3D | 6C | 30 | 1A |
| Octal | 60 | 143 | 43 | 64 | 0 | 101 | 75 | 154 | 60 | 32 |
| Binary | 110000 | 1100011 | 100011 | 110100 | 0 | 1000001 | 111101 | 1101100 | 110000 | 11010 |
Color Harmonies of #306323
Complementary color
Monochromatic Colors of #306323
Black with #306323
Text Example
Text Example
White with #306323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306323; }
p { color: rgb(48,99,35); }
H1.HeaderClassName
{
color: #306323;
}
.AnyTagClassName
{
color: #306323;
}
</style>
background-color css
<style>
a { background-color: #306323; }
a { background-color: rgb(48,99,35); }
div.DivClassName
{
background-color: #306323;
}
.BgClassName
{
background-color: #306323;
}
</style>
border-color css
<style>
span { border-color: #306323; }
span { border-color: rgb(48,99,35); }
td.TdClassName
{
border-color: #306323;
}
.TagClassName
{
border-color: #306323;
}
</style>