Shades of Green Pea #2F684D
Tints of Green Pea #2F684D
RGB
CMYK
RGB Variations
Color information
#2F684D (or 0x2F684D) is known color: Green Pea. HEX triplet: 2F, 68 and 4D. RGB value is (47,104,77). Sum of RGB (Red+Green+Blue) = 47+104+77=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #2F684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F684D is #D097B2. Grayscale: #535353. Windows color (decimal): -13670323 or 5072943. OLE color: 5072943.
HSL color Cylindrical-coordinate representation of color #2F684D: hue angle of 151.58º 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 #2F684D is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 77 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.59 |
| HSL | 151.58º | 0.38% | 0.3% | - |
| HSV(B) | 151.58º | 0.55% | 0.41% | - |
| XYZ | 7.46 | 11.04 | 8.76 | - |
| YUV | 83.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 77 | 0.55 | 0 | 0.26 | 0.59 | 151.58 | 0.38 | 0.3 |
| Hex | 2F | 68 | 4D | 37 | 0 | 1A | 3B | 98 | 26 | 1E |
| Octal | 57 | 150 | 115 | 67 | 0 | 32 | 73 | 230 | 46 | 36 |
| Binary | 101111 | 1101000 | 1001101 | 110111 | 0 | 11010 | 111011 | 10011000 | 100110 | 11110 |
Color Harmonies of #2F684D
Complementary color
Monochromatic Colors of #2F684D
Black with #2F684D
Text Example
Text Example
White with #2F684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F684D; }
p { color: rgb(47,104,77); }
H1.HeaderClassName
{
color: #2F684D;
}
.AnyTagClassName
{
color: #2F684D;
}
</style>
background-color css
<style>
a { background-color: #2F684D; }
a { background-color: rgb(47,104,77); }
div.DivClassName
{
background-color: #2F684D;
}
.BgClassName
{
background-color: #2F684D;
}
</style>
border-color css
<style>
span { border-color: #2F684D; }
span { border-color: rgb(47,104,77); }
td.TdClassName
{
border-color: #2F684D;
}
.TagClassName
{
border-color: #2F684D;
}
</style>