Shades of Green Pea #316248
Tints of Green Pea #316248
RGB
CMYK
RGB Variations
Color information
#316248 (or 0x316248) is known color: Green Pea. HEX triplet: 31, 62 and 48. RGB value is (49,98,72). Sum of RGB (Red+Green+Blue) = 49+98+72=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #316248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316248 is #CE9DB7. Grayscale: #505050. Windows color (decimal): -13540792 or 4743729. OLE color: 4743729.
HSL color Cylindrical-coordinate representation of color #316248: hue angle of 148.16º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316248 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 98 | 72 | - |
| CMYK | 0.5 | 0 | 0.27 | 0.62 |
| HSL | 148.16º | 0.33% | 0.29% | - |
| HSV(B) | 148.16º | 0.5% | 0.38% | - |
| XYZ | 6.8 | 9.86 | 7.67 | - |
| YUV | 80.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 72 | 0.5 | 0 | 0.27 | 0.62 | 148.16 | 0.33 | 0.29 |
| Hex | 31 | 62 | 48 | 32 | 0 | 1B | 3E | 94 | 21 | 1D |
| Octal | 61 | 142 | 110 | 62 | 0 | 33 | 76 | 224 | 41 | 35 |
| Binary | 110001 | 1100010 | 1001000 | 110010 | 0 | 11011 | 111110 | 10010100 | 100001 | 11101 |
Color Harmonies of #316248
Complementary color
Monochromatic Colors of #316248
Black with #316248
Text Example
Text Example
White with #316248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316248; }
p { color: rgb(49,98,72); }
H1.HeaderClassName
{
color: #316248;
}
.AnyTagClassName
{
color: #316248;
}
</style>
background-color css
<style>
a { background-color: #316248; }
a { background-color: rgb(49,98,72); }
div.DivClassName
{
background-color: #316248;
}
.BgClassName
{
background-color: #316248;
}
</style>
border-color css
<style>
span { border-color: #316248; }
span { border-color: rgb(49,98,72); }
td.TdClassName
{
border-color: #316248;
}
.TagClassName
{
border-color: #316248;
}
</style>