Shades of Green Pea #316045
Tints of Green Pea #316045
RGB
CMYK
RGB Variations
Color information
#316045 (or 0x316045) is known color: Green Pea. HEX triplet: 31, 60 and 45. RGB value is (49,96,69). Sum of RGB (Red+Green+Blue) = 49+96+69=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #316045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316045 is #CE9FBA. Grayscale: #4E4E4E. Windows color (decimal): -13541307 or 4546609. OLE color: 4546609.
HSL color Cylindrical-coordinate representation of color #316045: hue angle of 145.53º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316045 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 96 | 69 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.62 |
| HSL | 145.53º | 0.32% | 0.28% | - |
| HSV(B) | 145.53º | 0.49% | 0.38% | - |
| XYZ | 6.52 | 9.45 | 7.11 | - |
| YUV | 78.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 69 | 0.49 | 0 | 0.28 | 0.62 | 145.53 | 0.32 | 0.28 |
| Hex | 31 | 60 | 45 | 31 | 0 | 1C | 3E | 92 | 20 | 1C |
| Octal | 61 | 140 | 105 | 61 | 0 | 34 | 76 | 222 | 40 | 34 |
| Binary | 110001 | 1100000 | 1000101 | 110001 | 0 | 11100 | 111110 | 10010010 | 100000 | 11100 |
Color Harmonies of #316045
Complementary color
Monochromatic Colors of #316045
Black with #316045
Text Example
Text Example
White with #316045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316045; }
p { color: rgb(49,96,69); }
H1.HeaderClassName
{
color: #316045;
}
.AnyTagClassName
{
color: #316045;
}
</style>
background-color css
<style>
a { background-color: #316045; }
a { background-color: rgb(49,96,69); }
div.DivClassName
{
background-color: #316045;
}
.BgClassName
{
background-color: #316045;
}
</style>
border-color css
<style>
span { border-color: #316045; }
span { border-color: rgb(49,96,69); }
td.TdClassName
{
border-color: #316045;
}
.TagClassName
{
border-color: #316045;
}
</style>