Shades of Green Pea #2F5D47
Tints of Green Pea #2F5D47
RGB
CMYK
RGB Variations
Color information
#2F5D47 (or 0x2F5D47) is known color: Green Pea. HEX triplet: 2F, 5D and 47. RGB value is (47,93,71). Sum of RGB (Red+Green+Blue) = 47+93+71=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5D47 is #D0A2B8. Grayscale: #4C4C4C. Windows color (decimal): -13673145 or 4676911. OLE color: 4676911.
HSL color Cylindrical-coordinate representation of color #2F5D47: hue angle of 151.3º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F5D47 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 71 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.64 |
| HSL | 151.3º | 0.33% | 0.27% | - |
| HSV(B) | 151.3º | 0.49% | 0.36% | - |
| XYZ | 6.22 | 8.89 | 7.35 | - |
| YUV | 76.74 | 124.76 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 71 | 0.49 | 0 | 0.24 | 0.64 | 151.3 | 0.33 | 0.27 |
| Hex | 2F | 5D | 47 | 31 | 0 | 18 | 40 | 97 | 21 | 1B |
| Octal | 57 | 135 | 107 | 61 | 0 | 30 | 100 | 227 | 41 | 33 |
| Binary | 101111 | 1011101 | 1000111 | 110001 | 0 | 11000 | 1000000 | 10010111 | 100001 | 11011 |
Color Harmonies of #2F5D47
Complementary color
Monochromatic Colors of #2F5D47
Black with #2F5D47
Text Example
Text Example
White with #2F5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D47; }
p { color: rgb(47,93,71); }
H1.HeaderClassName
{
color: #2F5D47;
}
.AnyTagClassName
{
color: #2F5D47;
}
</style>
background-color css
<style>
a { background-color: #2F5D47; }
a { background-color: rgb(47,93,71); }
div.DivClassName
{
background-color: #2F5D47;
}
.BgClassName
{
background-color: #2F5D47;
}
</style>
border-color css
<style>
span { border-color: #2F5D47; }
span { border-color: rgb(47,93,71); }
td.TdClassName
{
border-color: #2F5D47;
}
.TagClassName
{
border-color: #2F5D47;
}
</style>