Shades of Green House #315A2A
Tints of Green House #315A2A
RGB
CMYK
RGB Variations
Color information
#315A2A (or 0x315A2A) is known color: Green House. HEX triplet: 31, 5A and 2A. RGB value is (49,90,42). Sum of RGB (Red+Green+Blue) = 49+90+42=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 90 (35.55% from 255 or 49.72% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 90 - color contains mainly: green. Hex color #315A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A2A is #CEA5D5. Grayscale: #484848. Windows color (decimal): -13542870 or 2775601. OLE color: 2775601.
HSL color Cylindrical-coordinate representation of color #315A2A: hue angle of 111.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #315A2A is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 42 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.65 |
| HSL | 111.25º | 0.36% | 0.26% | - |
| HSV(B) | 111.25º | 0.53% | 0.35% | - |
| XYZ | 5.34 | 8.13 | 3.48 | - |
| YUV | 72.27 | 110.92 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 42 | 0.46 | 0 | 0.53 | 0.65 | 111.25 | 0.36 | 0.26 |
| Hex | 31 | 5A | 2A | 2E | 0 | 35 | 41 | 6F | 24 | 1A |
| Octal | 61 | 132 | 52 | 56 | 0 | 65 | 101 | 157 | 44 | 32 |
| Binary | 110001 | 1011010 | 101010 | 101110 | 0 | 110101 | 1000001 | 1101111 | 100100 | 11010 |
Color Harmonies of #315A2A
Complementary color
Monochromatic Colors of #315A2A
Black with #315A2A
Text Example
Text Example
White with #315A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A2A; }
p { color: rgb(49,90,42); }
H1.HeaderClassName
{
color: #315A2A;
}
.AnyTagClassName
{
color: #315A2A;
}
</style>
background-color css
<style>
a { background-color: #315A2A; }
a { background-color: rgb(49,90,42); }
div.DivClassName
{
background-color: #315A2A;
}
.BgClassName
{
background-color: #315A2A;
}
</style>
border-color css
<style>
span { border-color: #315A2A; }
span { border-color: rgb(49,90,42); }
td.TdClassName
{
border-color: #315A2A;
}
.TagClassName
{
border-color: #315A2A;
}
</style>