Shades of Green Pea #2F6749
Tints of Green Pea #2F6749
RGB
CMYK
RGB Variations
Color information
#2F6749 (or 0x2F6749) is known color: Green Pea. HEX triplet: 2F, 67 and 49. RGB value is (47,103,73). Sum of RGB (Red+Green+Blue) = 47+103+73=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6749 is #D098B6. Grayscale: #525252. Windows color (decimal): -13670583 or 4810543. OLE color: 4810543.
HSL color Cylindrical-coordinate representation of color #2F6749: hue angle of 147.86º 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 #2F6749 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 73 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.60 |
| HSL | 147.86º | 0.37% | 0.29% | - |
| HSV(B) | 147.86º | 0.54% | 0.4% | - |
| XYZ | 7.23 | 10.79 | 8 | - |
| YUV | 82.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 73 | 0.54 | 0 | 0.29 | 0.60 | 147.86 | 0.37 | 0.29 |
| Hex | 2F | 67 | 49 | 36 | 0 | 1D | 3C | 94 | 25 | 1D |
| Octal | 57 | 147 | 111 | 66 | 0 | 35 | 74 | 224 | 45 | 35 |
| Binary | 101111 | 1100111 | 1001001 | 110110 | 0 | 11101 | 111100 | 10010100 | 100101 | 11101 |
Color Harmonies of #2F6749
Complementary color
Monochromatic Colors of #2F6749
Black with #2F6749
Text Example
Text Example
White with #2F6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6749; }
p { color: rgb(47,103,73); }
H1.HeaderClassName
{
color: #2F6749;
}
.AnyTagClassName
{
color: #2F6749;
}
</style>
background-color css
<style>
a { background-color: #2F6749; }
a { background-color: rgb(47,103,73); }
div.DivClassName
{
background-color: #2F6749;
}
.BgClassName
{
background-color: #2F6749;
}
</style>
border-color css
<style>
span { border-color: #2F6749; }
span { border-color: rgb(47,103,73); }
td.TdClassName
{
border-color: #2F6749;
}
.TagClassName
{
border-color: #2F6749;
}
</style>