Shades of Green Pea #315B43
Tints of Green Pea #315B43
RGB
CMYK
RGB Variations
Color information
#315B43 (or 0x315B43) is known color: Green Pea. HEX triplet: 31, 5B and 43. RGB value is (49,91,67). Sum of RGB (Red+Green+Blue) = 49+91+67=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #315B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315B43 is #CEA4BC. Grayscale: #4B4B4B. Windows color (decimal): -13542589 or 4414257. OLE color: 4414257.
HSL color Cylindrical-coordinate representation of color #315B43: hue angle of 145.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315B43 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 91 | 67 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.64 |
| HSL | 145.71º | 0.3% | 0.27% | - |
| HSV(B) | 145.71º | 0.46% | 0.36% | - |
| XYZ | 6.02 | 8.54 | 6.64 | - |
| YUV | 75.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 67 | 0.46 | 0 | 0.26 | 0.64 | 145.71 | 0.3 | 0.27 |
| Hex | 31 | 5B | 43 | 2E | 0 | 1A | 40 | 92 | 1E | 1B |
| Octal | 61 | 133 | 103 | 56 | 0 | 32 | 100 | 222 | 36 | 33 |
| Binary | 110001 | 1011011 | 1000011 | 101110 | 0 | 11010 | 1000000 | 10010010 | 11110 | 11011 |
Color Harmonies of #315B43
Complementary color
Monochromatic Colors of #315B43
Black with #315B43
Text Example
Text Example
White with #315B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315B43; }
p { color: rgb(49,91,67); }
H1.HeaderClassName
{
color: #315B43;
}
.AnyTagClassName
{
color: #315B43;
}
</style>
background-color css
<style>
a { background-color: #315B43; }
a { background-color: rgb(49,91,67); }
div.DivClassName
{
background-color: #315B43;
}
.BgClassName
{
background-color: #315B43;
}
</style>
border-color css
<style>
span { border-color: #315B43; }
span { border-color: rgb(49,91,67); }
td.TdClassName
{
border-color: #315B43;
}
.TagClassName
{
border-color: #315B43;
}
</style>