Shades of Green Pea #2F6F46
Tints of Green Pea #2F6F46
RGB
CMYK
RGB Variations
Color information
#2F6F46 (or 0x2F6F46) is known color: Green Pea. HEX triplet: 2F, 6F and 46. RGB value is (47,111,70). Sum of RGB (Red+Green+Blue) = 47+111+70=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 111 (43.75% from 255 or 48.68% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F46 is #D090B9. Grayscale: #575757. Windows color (decimal): -13668538 or 4615983. OLE color: 4615983.
HSL color Cylindrical-coordinate representation of color #2F6F46: hue angle of 141.56º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6F46 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 111 | 70 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.56 |
| HSL | 141.56º | 0.41% | 0.31% | - |
| HSV(B) | 141.56º | 0.58% | 0.44% | - |
| XYZ | 7.96 | 12.42 | 7.77 | - |
| YUV | 87.19 | 118.3 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 111 | 70 | 0.58 | 0 | 0.37 | 0.56 | 141.56 | 0.41 | 0.31 |
| Hex | 2F | 6F | 46 | 3A | 0 | 25 | 38 | 8E | 29 | 1F |
| Octal | 57 | 157 | 106 | 72 | 0 | 45 | 70 | 216 | 51 | 37 |
| Binary | 101111 | 1101111 | 1000110 | 111010 | 0 | 100101 | 111000 | 10001110 | 101001 | 11111 |
Color Harmonies of #2F6F46
Complementary color
Monochromatic Colors of #2F6F46
Black with #2F6F46
Text Example
Text Example
White with #2F6F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6F46; }
p { color: rgb(47,111,70); }
H1.HeaderClassName
{
color: #2F6F46;
}
.AnyTagClassName
{
color: #2F6F46;
}
</style>
background-color css
<style>
a { background-color: #2F6F46; }
a { background-color: rgb(47,111,70); }
div.DivClassName
{
background-color: #2F6F46;
}
.BgClassName
{
background-color: #2F6F46;
}
</style>
border-color css
<style>
span { border-color: #2F6F46; }
span { border-color: rgb(47,111,70); }
td.TdClassName
{
border-color: #2F6F46;
}
.TagClassName
{
border-color: #2F6F46;
}
</style>