Shades of Green Pea #315F43
Tints of Green Pea #315F43
RGB
CMYK
RGB Variations
Color information
#315F43 (or 0x315F43) is known color: Green Pea. HEX triplet: 31, 5F and 43. RGB value is (49,95,67). Sum of RGB (Red+Green+Blue) = 49+95+67=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 67 (26.56% from 255 or 31.75% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #315F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F43 is #CEA0BC. Grayscale: #4E4E4E. Windows color (decimal): -13541565 or 4415281. OLE color: 4415281.
HSL color Cylindrical-coordinate representation of color #315F43: hue angle of 143.48º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F43 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 95 | 67 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.63 |
| HSL | 143.48º | 0.32% | 0.28% | - |
| HSV(B) | 143.48º | 0.48% | 0.37% | - |
| XYZ | 6.37 | 9.24 | 6.76 | - |
| YUV | 78.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 67 | 0.48 | 0 | 0.29 | 0.63 | 143.48 | 0.32 | 0.28 |
| Hex | 31 | 5F | 43 | 30 | 0 | 1D | 3F | 8F | 20 | 1C |
| Octal | 61 | 137 | 103 | 60 | 0 | 35 | 77 | 217 | 40 | 34 |
| Binary | 110001 | 1011111 | 1000011 | 110000 | 0 | 11101 | 111111 | 10001111 | 100000 | 11100 |
Color Harmonies of #315F43
Complementary color
Monochromatic Colors of #315F43
Black with #315F43
Text Example
Text Example
White with #315F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F43; }
p { color: rgb(49,95,67); }
H1.HeaderClassName
{
color: #315F43;
}
.AnyTagClassName
{
color: #315F43;
}
</style>
background-color css
<style>
a { background-color: #315F43; }
a { background-color: rgb(49,95,67); }
div.DivClassName
{
background-color: #315F43;
}
.BgClassName
{
background-color: #315F43;
}
</style>
border-color css
<style>
span { border-color: #315F43; }
span { border-color: rgb(49,95,67); }
td.TdClassName
{
border-color: #315F43;
}
.TagClassName
{
border-color: #315F43;
}
</style>