Shades of Green Pea #2F6440
Tints of Green Pea #2F6440
RGB
CMYK
RGB Variations
Color information
#2F6440 (or 0x2F6440) is known color: Green Pea. HEX triplet: 2F, 64 and 40. RGB value is (47,100,64). Sum of RGB (Red+Green+Blue) = 47+100+64=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #2F6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6440 is #D09BBF. Grayscale: #505050. Windows color (decimal): -13671360 or 4219951. OLE color: 4219951.
HSL color Cylindrical-coordinate representation of color #2F6440: hue angle of 139.25º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F6440 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 47 | 100 | 64 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.61 |
| HSL | 139.25º | 0.36% | 0.29% | - |
| HSV(B) | 139.25º | 0.53% | 0.39% | - |
| XYZ | 6.65 | 10.09 | 6.45 | - |
| YUV | 80.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 100 | 64 | 0.53 | 0 | 0.36 | 0.61 | 139.25 | 0.36 | 0.29 |
| Hex | 2F | 64 | 40 | 35 | 0 | 24 | 3D | 8B | 24 | 1D |
| Octal | 57 | 144 | 100 | 65 | 0 | 44 | 75 | 213 | 44 | 35 |
| Binary | 101111 | 1100100 | 1000000 | 110101 | 0 | 100100 | 111101 | 10001011 | 100100 | 11101 |
Color Harmonies of #2F6440
Complementary color
Monochromatic Colors of #2F6440
Black with #2F6440
Text Example
Text Example
White with #2F6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6440; }
p { color: rgb(47,100,64); }
H1.HeaderClassName
{
color: #2F6440;
}
.AnyTagClassName
{
color: #2F6440;
}
</style>
background-color css
<style>
a { background-color: #2F6440; }
a { background-color: rgb(47,100,64); }
div.DivClassName
{
background-color: #2F6440;
}
.BgClassName
{
background-color: #2F6440;
}
</style>
border-color css
<style>
span { border-color: #2F6440; }
span { border-color: rgb(47,100,64); }
td.TdClassName
{
border-color: #2F6440;
}
.TagClassName
{
border-color: #2F6440;
}
</style>