Shades of Green Pea #315844
Tints of Green Pea #315844
RGB
CMYK
RGB Variations
Color information
#315844 (or 0x315844) is known color: Green Pea. HEX triplet: 31, 58 and 44. RGB value is (49,88,68). Sum of RGB (Red+Green+Blue) = 49+88+68=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #315844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315844 is #CEA7BB. Grayscale: #4A4A4A. Windows color (decimal): -13543356 or 4479025. OLE color: 4479025.
HSL color Cylindrical-coordinate representation of color #315844: hue angle of 149.23º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #315844 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 88 | 68 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.65 |
| HSL | 149.23º | 0.28% | 0.27% | - |
| HSV(B) | 149.23º | 0.44% | 0.35% | - |
| XYZ | 5.8 | 8.05 | 6.72 | - |
| YUV | 74.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 88 | 68 | 0.44 | 0 | 0.23 | 0.65 | 149.23 | 0.28 | 0.27 |
| Hex | 31 | 58 | 44 | 2C | 0 | 17 | 41 | 95 | 1C | 1B |
| Octal | 61 | 130 | 104 | 54 | 0 | 27 | 101 | 225 | 34 | 33 |
| Binary | 110001 | 1011000 | 1000100 | 101100 | 0 | 10111 | 1000001 | 10010101 | 11100 | 11011 |
Color Harmonies of #315844
Complementary color
Monochromatic Colors of #315844
Black with #315844
Text Example
Text Example
White with #315844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315844; }
p { color: rgb(49,88,68); }
H1.HeaderClassName
{
color: #315844;
}
.AnyTagClassName
{
color: #315844;
}
</style>
background-color css
<style>
a { background-color: #315844; }
a { background-color: rgb(49,88,68); }
div.DivClassName
{
background-color: #315844;
}
.BgClassName
{
background-color: #315844;
}
</style>
border-color css
<style>
span { border-color: #315844; }
span { border-color: rgb(49,88,68); }
td.TdClassName
{
border-color: #315844;
}
.TagClassName
{
border-color: #315844;
}
</style>