Shades of Green House #315F1A
Tints of Green House #315F1A
RGB
CMYK
RGB Variations
Color information
#315F1A (or 0x315F1A) is known color: Green House. HEX triplet: 31, 5F and 1A. RGB value is (49,95,26). Sum of RGB (Red+Green+Blue) = 49+95+26=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #315F1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F1A is #CEA0E5. Grayscale: #494949. Windows color (decimal): -13541606 or 1728305. OLE color: 1728305.
HSL color Cylindrical-coordinate representation of color #315F1A: hue angle of 100º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315F1A is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 95 | 26 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.63 |
| HSL | 100º | 0.57% | 0.24% | - |
| HSV(B) | 100º | 0.73% | 0.37% | - |
| XYZ | 5.55 | 8.91 | 2.41 | - |
| YUV | 73.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 26 | 0.48 | 0 | 0.73 | 0.63 | 100 | 0.57 | 0.24 |
| Hex | 31 | 5F | 1A | 30 | 0 | 49 | 3F | 64 | 39 | 18 |
| Octal | 61 | 137 | 32 | 60 | 0 | 111 | 77 | 144 | 71 | 30 |
| Binary | 110001 | 1011111 | 11010 | 110000 | 0 | 1001001 | 111111 | 1100100 | 111001 | 11000 |
Color Harmonies of #315F1A
Complementary color
Monochromatic Colors of #315F1A
Black with #315F1A
Text Example
Text Example
White with #315F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F1A; }
p { color: rgb(49,95,26); }
H1.HeaderClassName
{
color: #315F1A;
}
.AnyTagClassName
{
color: #315F1A;
}
</style>
background-color css
<style>
a { background-color: #315F1A; }
a { background-color: rgb(49,95,26); }
div.DivClassName
{
background-color: #315F1A;
}
.BgClassName
{
background-color: #315F1A;
}
</style>
border-color css
<style>
span { border-color: #315F1A; }
span { border-color: rgb(49,95,26); }
td.TdClassName
{
border-color: #315F1A;
}
.TagClassName
{
border-color: #315F1A;
}
</style>