Shades of Green Pea #315C47
Tints of Green Pea #315C47
RGB
CMYK
RGB Variations
Color information
#315C47 (or 0x315C47) is known color: Green Pea. HEX triplet: 31, 5C and 47. RGB value is (49,92,71). Sum of RGB (Red+Green+Blue) = 49+92+71=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #315C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C47 is #CEA3B8. Grayscale: #4C4C4C. Windows color (decimal): -13542329 or 4676657. OLE color: 4676657.
HSL color Cylindrical-coordinate representation of color #315C47: hue angle of 150.7º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C47 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 71 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.64 |
| HSL | 150.7º | 0.3% | 0.28% | - |
| HSV(B) | 150.7º | 0.47% | 0.36% | - |
| XYZ | 6.23 | 8.76 | 7.32 | - |
| YUV | 76.75 | 124.75 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 71 | 0.47 | 0 | 0.23 | 0.64 | 150.7 | 0.3 | 0.28 |
| Hex | 31 | 5C | 47 | 2F | 0 | 17 | 40 | 97 | 1E | 1C |
| Octal | 61 | 134 | 107 | 57 | 0 | 27 | 100 | 227 | 36 | 34 |
| Binary | 110001 | 1011100 | 1000111 | 101111 | 0 | 10111 | 1000000 | 10010111 | 11110 | 11100 |
Color Harmonies of #315C47
Complementary color
Monochromatic Colors of #315C47
Black with #315C47
Text Example
Text Example
White with #315C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C47; }
p { color: rgb(49,92,71); }
H1.HeaderClassName
{
color: #315C47;
}
.AnyTagClassName
{
color: #315C47;
}
</style>
background-color css
<style>
a { background-color: #315C47; }
a { background-color: rgb(49,92,71); }
div.DivClassName
{
background-color: #315C47;
}
.BgClassName
{
background-color: #315C47;
}
</style>
border-color css
<style>
span { border-color: #315C47; }
span { border-color: rgb(49,92,71); }
td.TdClassName
{
border-color: #315C47;
}
.TagClassName
{
border-color: #315C47;
}
</style>