Shades of Green Pea #2F6746
Tints of Green Pea #2F6746
RGB
CMYK
RGB Variations
Color information
#2F6746 (or 0x2F6746) is known color: Green Pea. HEX triplet: 2F, 67 and 46. RGB value is (47,103,70). Sum of RGB (Red+Green+Blue) = 47+103+70=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6746 is #D098B9. Grayscale: #525252. Windows color (decimal): -13670586 or 4613935. OLE color: 4613935.
HSL color Cylindrical-coordinate representation of color #2F6746: hue angle of 144.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6746 is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 70 | - |
| CMYK | 0.54 | 0 | 0.32 | 0.60 |
| HSL | 144.64º | 0.37% | 0.29% | - |
| HSV(B) | 144.64º | 0.54% | 0.4% | - |
| XYZ | 7.13 | 10.75 | 7.49 | - |
| YUV | 82.49 | 120.95 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 70 | 0.54 | 0 | 0.32 | 0.60 | 144.64 | 0.37 | 0.29 |
| Hex | 2F | 67 | 46 | 36 | 0 | 20 | 3C | 91 | 25 | 1D |
| Octal | 57 | 147 | 106 | 66 | 0 | 40 | 74 | 221 | 45 | 35 |
| Binary | 101111 | 1100111 | 1000110 | 110110 | 0 | 100000 | 111100 | 10010001 | 100101 | 11101 |
Color Harmonies of #2F6746
Complementary color
Monochromatic Colors of #2F6746
Black with #2F6746
Text Example
Text Example
White with #2F6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6746; }
p { color: rgb(47,103,70); }
H1.HeaderClassName
{
color: #2F6746;
}
.AnyTagClassName
{
color: #2F6746;
}
</style>
background-color css
<style>
a { background-color: #2F6746; }
a { background-color: rgb(47,103,70); }
div.DivClassName
{
background-color: #2F6746;
}
.BgClassName
{
background-color: #2F6746;
}
</style>
border-color css
<style>
span { border-color: #2F6746; }
span { border-color: rgb(47,103,70); }
td.TdClassName
{
border-color: #2F6746;
}
.TagClassName
{
border-color: #2F6746;
}
</style>