Shades of Green Pea #2F694A
Tints of Green Pea #2F694A
RGB
CMYK
RGB Variations
Color information
#2F694A (or 0x2F694A) is known color: Green Pea. HEX triplet: 2F, 69 and 4A. RGB value is (47,105,74). Sum of RGB (Red+Green+Blue) = 47+105+74=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #2F694A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F694A is #D096B5. Grayscale: #545454. Windows color (decimal): -13670070 or 4876591. OLE color: 4876591.
HSL color Cylindrical-coordinate representation of color #2F694A: hue angle of 147.93º 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 #2F694A is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 74 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.59 |
| HSL | 147.93º | 0.38% | 0.3% | - |
| HSV(B) | 147.93º | 0.55% | 0.41% | - |
| XYZ | 7.46 | 11.2 | 8.25 | - |
| YUV | 84.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 74 | 0.55 | 0 | 0.30 | 0.59 | 147.93 | 0.38 | 0.3 |
| Hex | 2F | 69 | 4A | 37 | 0 | 1E | 3B | 94 | 26 | 1E |
| Octal | 57 | 151 | 112 | 67 | 0 | 36 | 73 | 224 | 46 | 36 |
| Binary | 101111 | 1101001 | 1001010 | 110111 | 0 | 11110 | 111011 | 10010100 | 100110 | 11110 |
Color Harmonies of #2F694A
Complementary color
Monochromatic Colors of #2F694A
Black with #2F694A
Text Example
Text Example
White with #2F694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F694A; }
p { color: rgb(47,105,74); }
H1.HeaderClassName
{
color: #2F694A;
}
.AnyTagClassName
{
color: #2F694A;
}
</style>
background-color css
<style>
a { background-color: #2F694A; }
a { background-color: rgb(47,105,74); }
div.DivClassName
{
background-color: #2F694A;
}
.BgClassName
{
background-color: #2F694A;
}
</style>
border-color css
<style>
span { border-color: #2F694A; }
span { border-color: rgb(47,105,74); }
td.TdClassName
{
border-color: #2F694A;
}
.TagClassName
{
border-color: #2F694A;
}
</style>