Shades of Green House #306015
Tints of Green House #306015
RGB
CMYK
RGB Variations
Color information
#306015 (or 0x306015) is known color: Green House. HEX triplet: 30, 60 and 15. RGB value is (48,96,21). Sum of RGB (Red+Green+Blue) = 48+96+21=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #306015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306015 is #CF9FEA. Grayscale: #494949. Windows color (decimal): -13606891 or 1400880. OLE color: 1400880.
HSL color Cylindrical-coordinate representation of color #306015: hue angle of 98.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306015 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 96 | 21 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.62 |
| HSL | 98.4º | 0.64% | 0.23% | - |
| HSV(B) | 98.4º | 0.78% | 0.38% | - |
| XYZ | 5.54 | 9.05 | 2.16 | - |
| YUV | 73.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 96 | 21 | 0.50 | 0 | 0.78 | 0.62 | 98.4 | 0.64 | 0.23 |
| Hex | 30 | 60 | 15 | 32 | 0 | 4E | 3E | 62 | 40 | 17 |
| Octal | 60 | 140 | 25 | 62 | 0 | 116 | 76 | 142 | 100 | 27 |
| Binary | 110000 | 1100000 | 10101 | 110010 | 0 | 1001110 | 111110 | 1100010 | 1000000 | 10111 |
Color Harmonies of #306015
Complementary color
Monochromatic Colors of #306015
Black with #306015
Text Example
Text Example
White with #306015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306015; }
p { color: rgb(48,96,21); }
H1.HeaderClassName
{
color: #306015;
}
.AnyTagClassName
{
color: #306015;
}
</style>
background-color css
<style>
a { background-color: #306015; }
a { background-color: rgb(48,96,21); }
div.DivClassName
{
background-color: #306015;
}
.BgClassName
{
background-color: #306015;
}
</style>
border-color css
<style>
span { border-color: #306015; }
span { border-color: rgb(48,96,21); }
td.TdClassName
{
border-color: #306015;
}
.TagClassName
{
border-color: #306015;
}
</style>