Shades of Green Pea #2F5944
Tints of Green Pea #2F5944
RGB
CMYK
RGB Variations
Color information
#2F5944 (or 0x2F5944) is known color: Green Pea. HEX triplet: 2F, 59 and 44. RGB value is (47,89,68). Sum of RGB (Red+Green+Blue) = 47+89+68=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5944 is #D0A6BB. Grayscale: #4A4A4A. Windows color (decimal): -13674172 or 4479279. OLE color: 4479279.
HSL color Cylindrical-coordinate representation of color #2F5944: hue angle of 150º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5944 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 47 | 89 | 68 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.65 |
| HSL | 150º | 0.31% | 0.27% | - |
| HSV(B) | 150º | 0.47% | 0.35% | - |
| XYZ | 5.79 | 8.17 | 6.74 | - |
| YUV | 74.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 89 | 68 | 0.47 | 0 | 0.24 | 0.65 | 150 | 0.31 | 0.27 |
| Hex | 2F | 59 | 44 | 2F | 0 | 18 | 41 | 96 | 1F | 1B |
| Octal | 57 | 131 | 104 | 57 | 0 | 30 | 101 | 226 | 37 | 33 |
| Binary | 101111 | 1011001 | 1000100 | 101111 | 0 | 11000 | 1000001 | 10010110 | 11111 | 11011 |
Color Harmonies of #2F5944
Complementary color
Monochromatic Colors of #2F5944
Black with #2F5944
Text Example
Text Example
White with #2F5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5944; }
p { color: rgb(47,89,68); }
H1.HeaderClassName
{
color: #2F5944;
}
.AnyTagClassName
{
color: #2F5944;
}
</style>
background-color css
<style>
a { background-color: #2F5944; }
a { background-color: rgb(47,89,68); }
div.DivClassName
{
background-color: #2F5944;
}
.BgClassName
{
background-color: #2F5944;
}
</style>
border-color css
<style>
span { border-color: #2F5944; }
span { border-color: rgb(47,89,68); }
td.TdClassName
{
border-color: #2F5944;
}
.TagClassName
{
border-color: #2F5944;
}
</style>