Shades of Green House #306313
Tints of Green House #306313
RGB
CMYK
RGB Variations
Color information
#306313 (or 0x306313) is known color: Green House. HEX triplet: 30, 63 and 13. RGB value is (48,99,19). Sum of RGB (Red+Green+Blue) = 48+99+19=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #306313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306313 is #CF9CEC. Grayscale: #4A4A4A. Windows color (decimal): -13606125 or 1270576. OLE color: 1270576.
HSL color Cylindrical-coordinate representation of color #306313: hue angle of 98.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306313 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 99 | 19 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.61 |
| HSL | 98.25º | 0.68% | 0.23% | - |
| HSV(B) | 98.25º | 0.81% | 0.39% | - |
| XYZ | 5.8 | 9.6 | 2.16 | - |
| YUV | 74.63 | 96.6 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 99 | 19 | 0.52 | 0 | 0.81 | 0.61 | 98.25 | 0.68 | 0.23 |
| Hex | 30 | 63 | 13 | 34 | 0 | 51 | 3D | 62 | 44 | 17 |
| Octal | 60 | 143 | 23 | 64 | 0 | 121 | 75 | 142 | 104 | 27 |
| Binary | 110000 | 1100011 | 10011 | 110100 | 0 | 1010001 | 111101 | 1100010 | 1000100 | 10111 |
Color Harmonies of #306313
Complementary color
Monochromatic Colors of #306313
Black with #306313
Text Example
Text Example
White with #306313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306313; }
p { color: rgb(48,99,19); }
H1.HeaderClassName
{
color: #306313;
}
.AnyTagClassName
{
color: #306313;
}
</style>
background-color css
<style>
a { background-color: #306313; }
a { background-color: rgb(48,99,19); }
div.DivClassName
{
background-color: #306313;
}
.BgClassName
{
background-color: #306313;
}
</style>
border-color css
<style>
span { border-color: #306313; }
span { border-color: rgb(48,99,19); }
td.TdClassName
{
border-color: #306313;
}
.TagClassName
{
border-color: #306313;
}
</style>