Shades of Green Pea #315E43
Tints of Green Pea #315E43
RGB
CMYK
RGB Variations
Color information
#315E43 (or 0x315E43) is known color: Green Pea. HEX triplet: 31, 5E and 43. RGB value is (49,94,67). Sum of RGB (Red+Green+Blue) = 49+94+67=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #315E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E43 is #CEA1BC. Grayscale: #4D4D4D. Windows color (decimal): -13541821 or 4415025. OLE color: 4415025.
HSL color Cylindrical-coordinate representation of color #315E43: hue angle of 144º degrees, saturation: 0.31, 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 #315E43 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 94 | 67 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.63 |
| HSL | 144º | 0.31% | 0.28% | - |
| HSV(B) | 144º | 0.48% | 0.37% | - |
| XYZ | 6.28 | 9.06 | 6.73 | - |
| YUV | 77.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 67 | 0.48 | 0 | 0.29 | 0.63 | 144 | 0.31 | 0.28 |
| Hex | 31 | 5E | 43 | 30 | 0 | 1D | 3F | 90 | 1F | 1C |
| Octal | 61 | 136 | 103 | 60 | 0 | 35 | 77 | 220 | 37 | 34 |
| Binary | 110001 | 1011110 | 1000011 | 110000 | 0 | 11101 | 111111 | 10010000 | 11111 | 11100 |
Color Harmonies of #315E43
Complementary color
Monochromatic Colors of #315E43
Black with #315E43
Text Example
Text Example
White with #315E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315E43; }
p { color: rgb(49,94,67); }
H1.HeaderClassName
{
color: #315E43;
}
.AnyTagClassName
{
color: #315E43;
}
</style>
background-color css
<style>
a { background-color: #315E43; }
a { background-color: rgb(49,94,67); }
div.DivClassName
{
background-color: #315E43;
}
.BgClassName
{
background-color: #315E43;
}
</style>
border-color css
<style>
span { border-color: #315E43; }
span { border-color: rgb(49,94,67); }
td.TdClassName
{
border-color: #315E43;
}
.TagClassName
{
border-color: #315E43;
}
</style>