Shades of Green Pea #2F5842
Tints of Green Pea #2F5842
RGB
CMYK
RGB Variations
Color information
#2F5842 (or 0x2F5842) is known color: Green Pea. HEX triplet: 2F, 58 and 42. RGB value is (47,88,66). Sum of RGB (Red+Green+Blue) = 47+88+66=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #2F5842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5842 is #D0A7BD. Grayscale: #494949. Windows color (decimal): -13674430 or 4347951. OLE color: 4347951.
HSL color Cylindrical-coordinate representation of color #2F5842: hue angle of 147.8º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5842 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 88 | 66 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.65 |
| HSL | 147.8º | 0.3% | 0.26% | - |
| HSV(B) | 147.8º | 0.47% | 0.35% | - |
| XYZ | 5.65 | 7.98 | 6.4 | - |
| YUV | 73.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 66 | 0.47 | 0 | 0.25 | 0.65 | 147.8 | 0.3 | 0.26 |
| Hex | 2F | 58 | 42 | 2F | 0 | 19 | 41 | 94 | 1E | 1A |
| Octal | 57 | 130 | 102 | 57 | 0 | 31 | 101 | 224 | 36 | 32 |
| Binary | 101111 | 1011000 | 1000010 | 101111 | 0 | 11001 | 1000001 | 10010100 | 11110 | 11010 |
Color Harmonies of #2F5842
Complementary color
Monochromatic Colors of #2F5842
Black with #2F5842
Text Example
Text Example
White with #2F5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5842; }
p { color: rgb(47,88,66); }
H1.HeaderClassName
{
color: #2F5842;
}
.AnyTagClassName
{
color: #2F5842;
}
</style>
background-color css
<style>
a { background-color: #2F5842; }
a { background-color: rgb(47,88,66); }
div.DivClassName
{
background-color: #2F5842;
}
.BgClassName
{
background-color: #2F5842;
}
</style>
border-color css
<style>
span { border-color: #2F5842; }
span { border-color: rgb(47,88,66); }
td.TdClassName
{
border-color: #2F5842;
}
.TagClassName
{
border-color: #2F5842;
}
</style>