Shades of Green Pea #315C45
Tints of Green Pea #315C45
RGB
CMYK
RGB Variations
Color information
#315C45 (or 0x315C45) is known color: Green Pea. HEX triplet: 31, 5C and 45. RGB value is (49,92,69). Sum of RGB (Red+Green+Blue) = 49+92+69=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #315C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C45 is #CEA3BA. Grayscale: #4C4C4C. Windows color (decimal): -13542331 or 4545585. OLE color: 4545585.
HSL color Cylindrical-coordinate representation of color #315C45: hue angle of 147.91º 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 #315C45 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 69 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.64 |
| HSL | 147.91º | 0.3% | 0.28% | - |
| HSV(B) | 147.91º | 0.47% | 0.36% | - |
| XYZ | 6.17 | 8.74 | 6.99 | - |
| YUV | 76.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 69 | 0.47 | 0 | 0.25 | 0.64 | 147.91 | 0.3 | 0.28 |
| Hex | 31 | 5C | 45 | 2F | 0 | 19 | 40 | 94 | 1E | 1C |
| Octal | 61 | 134 | 105 | 57 | 0 | 31 | 100 | 224 | 36 | 34 |
| Binary | 110001 | 1011100 | 1000101 | 101111 | 0 | 11001 | 1000000 | 10010100 | 11110 | 11100 |
Color Harmonies of #315C45
Complementary color
Monochromatic Colors of #315C45
Black with #315C45
Text Example
Text Example
White with #315C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C45; }
p { color: rgb(49,92,69); }
H1.HeaderClassName
{
color: #315C45;
}
.AnyTagClassName
{
color: #315C45;
}
</style>
background-color css
<style>
a { background-color: #315C45; }
a { background-color: rgb(49,92,69); }
div.DivClassName
{
background-color: #315C45;
}
.BgClassName
{
background-color: #315C45;
}
</style>
border-color css
<style>
span { border-color: #315C45; }
span { border-color: rgb(49,92,69); }
td.TdClassName
{
border-color: #315C45;
}
.TagClassName
{
border-color: #315C45;
}
</style>