Shades of Green Pea #2F6945
Tints of Green Pea #2F6945
RGB
CMYK
RGB Variations
Color information
#2F6945 (or 0x2F6945) is known color: Green Pea. HEX triplet: 2F, 69 and 45. RGB value is (47,105,69). Sum of RGB (Red+Green+Blue) = 47+105+69=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6945 is #D096BA. Grayscale: #535353. Windows color (decimal): -13670075 or 4548911. OLE color: 4548911.
HSL color Cylindrical-coordinate representation of color #2F6945: hue angle of 142.76º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6945 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 69 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.59 |
| HSL | 142.76º | 0.38% | 0.3% | - |
| HSV(B) | 142.76º | 0.55% | 0.41% | - |
| XYZ | 7.3 | 11.14 | 7.4 | - |
| YUV | 83.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 69 | 0.55 | 0 | 0.34 | 0.59 | 142.76 | 0.38 | 0.3 |
| Hex | 2F | 69 | 45 | 37 | 0 | 22 | 3B | 8F | 26 | 1E |
| Octal | 57 | 151 | 105 | 67 | 0 | 42 | 73 | 217 | 46 | 36 |
| Binary | 101111 | 1101001 | 1000101 | 110111 | 0 | 100010 | 111011 | 10001111 | 100110 | 11110 |
Color Harmonies of #2F6945
Complementary color
Monochromatic Colors of #2F6945
Black with #2F6945
Text Example
Text Example
White with #2F6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6945; }
p { color: rgb(47,105,69); }
H1.HeaderClassName
{
color: #2F6945;
}
.AnyTagClassName
{
color: #2F6945;
}
</style>
background-color css
<style>
a { background-color: #2F6945; }
a { background-color: rgb(47,105,69); }
div.DivClassName
{
background-color: #2F6945;
}
.BgClassName
{
background-color: #2F6945;
}
</style>
border-color css
<style>
span { border-color: #2F6945; }
span { border-color: rgb(47,105,69); }
td.TdClassName
{
border-color: #2F6945;
}
.TagClassName
{
border-color: #2F6945;
}
</style>