Shades of Green Pea #315A45
Tints of Green Pea #315A45
RGB
CMYK
RGB Variations
Color information
#315A45 (or 0x315A45) is known color: Green Pea. HEX triplet: 31, 5A and 45. RGB value is (49,90,69). Sum of RGB (Red+Green+Blue) = 49+90+69=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 90 - color contains mainly: green. Hex color #315A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A45 is #CEA5BA. Grayscale: #4B4B4B. Windows color (decimal): -13542843 or 4545073. OLE color: 4545073.
HSL color Cylindrical-coordinate representation of color #315A45: hue angle of 149.27º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A45 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 69 | - |
| CMYK | 0.46 | 0 | 0.23 | 0.65 |
| HSL | 149.27º | 0.29% | 0.27% | - |
| HSV(B) | 149.27º | 0.46% | 0.35% | - |
| XYZ | 6 | 8.39 | 6.93 | - |
| YUV | 75.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 69 | 0.46 | 0 | 0.23 | 0.65 | 149.27 | 0.29 | 0.27 |
| Hex | 31 | 5A | 45 | 2E | 0 | 17 | 41 | 95 | 1D | 1B |
| Octal | 61 | 132 | 105 | 56 | 0 | 27 | 101 | 225 | 35 | 33 |
| Binary | 110001 | 1011010 | 1000101 | 101110 | 0 | 10111 | 1000001 | 10010101 | 11101 | 11011 |
Color Harmonies of #315A45
Complementary color
Monochromatic Colors of #315A45
Black with #315A45
Text Example
Text Example
White with #315A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A45; }
p { color: rgb(49,90,69); }
H1.HeaderClassName
{
color: #315A45;
}
.AnyTagClassName
{
color: #315A45;
}
</style>
background-color css
<style>
a { background-color: #315A45; }
a { background-color: rgb(49,90,69); }
div.DivClassName
{
background-color: #315A45;
}
.BgClassName
{
background-color: #315A45;
}
</style>
border-color css
<style>
span { border-color: #315A45; }
span { border-color: rgb(49,90,69); }
td.TdClassName
{
border-color: #315A45;
}
.TagClassName
{
border-color: #315A45;
}
</style>