Shades of Green House #315D1E
Tints of Green House #315D1E
RGB
CMYK
RGB Variations
Color information
#315D1E (or 0x315D1E) is known color: Green House. HEX triplet: 31, 5D and 1E. RGB value is (49,93,30). Sum of RGB (Red+Green+Blue) = 49+93+30=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 93 (36.72% from 255 or 54.07% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 93 - color contains mainly: green. Hex color #315D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D1E is #CEA2E1. Grayscale: #484848. Windows color (decimal): -13542114 or 1989937. OLE color: 1989937.
HSL color Cylindrical-coordinate representation of color #315D1E: hue angle of 101.9º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315D1E is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 93 | 30 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.64 |
| HSL | 101.9º | 0.51% | 0.24% | - |
| HSV(B) | 101.9º | 0.68% | 0.36% | - |
| XYZ | 5.42 | 8.58 | 2.6 | - |
| YUV | 72.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 30 | 0.47 | 0 | 0.68 | 0.64 | 101.9 | 0.51 | 0.24 |
| Hex | 31 | 5D | 1E | 2F | 0 | 44 | 40 | 66 | 33 | 18 |
| Octal | 61 | 135 | 36 | 57 | 0 | 104 | 100 | 146 | 63 | 30 |
| Binary | 110001 | 1011101 | 11110 | 101111 | 0 | 1000100 | 1000000 | 1100110 | 110011 | 11000 |
Color Harmonies of #315D1E
Complementary color
Monochromatic Colors of #315D1E
Black with #315D1E
Text Example
Text Example
White with #315D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315D1E; }
p { color: rgb(49,93,30); }
H1.HeaderClassName
{
color: #315D1E;
}
.AnyTagClassName
{
color: #315D1E;
}
</style>
background-color css
<style>
a { background-color: #315D1E; }
a { background-color: rgb(49,93,30); }
div.DivClassName
{
background-color: #315D1E;
}
.BgClassName
{
background-color: #315D1E;
}
</style>
border-color css
<style>
span { border-color: #315D1E; }
span { border-color: rgb(49,93,30); }
td.TdClassName
{
border-color: #315D1E;
}
.TagClassName
{
border-color: #315D1E;
}
</style>