Shades of Green Pea #316145
Tints of Green Pea #316145
RGB
CMYK
RGB Variations
Color information
#316145 (or 0x316145) is known color: Green Pea. HEX triplet: 31, 61 and 45. RGB value is (49,97,69). Sum of RGB (Red+Green+Blue) = 49+97+69=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #316145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316145 is #CE9EBA. Grayscale: #4F4F4F. Windows color (decimal): -13541051 or 4546865. OLE color: 4546865.
HSL color Cylindrical-coordinate representation of color #316145: hue angle of 145º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316145 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 97 | 69 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.62 |
| HSL | 145º | 0.33% | 0.29% | - |
| HSV(B) | 145º | 0.49% | 0.38% | - |
| XYZ | 6.62 | 9.63 | 7.14 | - |
| YUV | 79.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 69 | 0.49 | 0 | 0.29 | 0.62 | 145 | 0.33 | 0.29 |
| Hex | 31 | 61 | 45 | 31 | 0 | 1D | 3E | 91 | 21 | 1D |
| Octal | 61 | 141 | 105 | 61 | 0 | 35 | 76 | 221 | 41 | 35 |
| Binary | 110001 | 1100001 | 1000101 | 110001 | 0 | 11101 | 111110 | 10010001 | 100001 | 11101 |
Color Harmonies of #316145
Complementary color
Monochromatic Colors of #316145
Black with #316145
Text Example
Text Example
White with #316145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316145; }
p { color: rgb(49,97,69); }
H1.HeaderClassName
{
color: #316145;
}
.AnyTagClassName
{
color: #316145;
}
</style>
background-color css
<style>
a { background-color: #316145; }
a { background-color: rgb(49,97,69); }
div.DivClassName
{
background-color: #316145;
}
.BgClassName
{
background-color: #316145;
}
</style>
border-color css
<style>
span { border-color: #316145; }
span { border-color: rgb(49,97,69); }
td.TdClassName
{
border-color: #316145;
}
.TagClassName
{
border-color: #316145;
}
</style>