Shades of Green Pea #2F5D46
Tints of Green Pea #2F5D46
RGB
CMYK
RGB Variations
Color information
#2F5D46 (or 0x2F5D46) is known color: Green Pea. HEX triplet: 2F, 5D and 46. RGB value is (47,93,70). Sum of RGB (Red+Green+Blue) = 47+93+70=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #2F5D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5D46 is #D0A2B9. Grayscale: #4C4C4C. Windows color (decimal): -13673146 or 4611375. OLE color: 4611375.
HSL color Cylindrical-coordinate representation of color #2F5D46: hue angle of 150º 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 #2F5D46 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 47 | 93 | 70 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.64 |
| HSL | 150º | 0.33% | 0.27% | - |
| HSV(B) | 150º | 0.49% | 0.36% | - |
| XYZ | 6.19 | 8.88 | 7.18 | - |
| YUV | 76.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 70 | 0.49 | 0 | 0.25 | 0.64 | 150 | 0.33 | 0.27 |
| Hex | 2F | 5D | 46 | 31 | 0 | 19 | 40 | 96 | 21 | 1B |
| Octal | 57 | 135 | 106 | 61 | 0 | 31 | 100 | 226 | 41 | 33 |
| Binary | 101111 | 1011101 | 1000110 | 110001 | 0 | 11001 | 1000000 | 10010110 | 100001 | 11011 |
Color Harmonies of #2F5D46
Complementary color
Monochromatic Colors of #2F5D46
Black with #2F5D46
Text Example
Text Example
White with #2F5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D46; }
p { color: rgb(47,93,70); }
H1.HeaderClassName
{
color: #2F5D46;
}
.AnyTagClassName
{
color: #2F5D46;
}
</style>
background-color css
<style>
a { background-color: #2F5D46; }
a { background-color: rgb(47,93,70); }
div.DivClassName
{
background-color: #2F5D46;
}
.BgClassName
{
background-color: #2F5D46;
}
</style>
border-color css
<style>
span { border-color: #2F5D46; }
span { border-color: rgb(47,93,70); }
td.TdClassName
{
border-color: #2F5D46;
}
.TagClassName
{
border-color: #2F5D46;
}
</style>