Shades of Green Pea #2F5541
Tints of Green Pea #2F5541
RGB
CMYK
RGB Variations
Color information
#2F5541 (or 0x2F5541) is known color: Green Pea. HEX triplet: 2F, 55 and 41. RGB value is (47,85,65). Sum of RGB (Red+Green+Blue) = 47+85+65=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5541 is #D0AABE. Grayscale: #474747. Windows color (decimal): -13675199 or 4281647. OLE color: 4281647.
HSL color Cylindrical-coordinate representation of color #2F5541: hue angle of 148.42º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5541 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 85 | 65 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.67 |
| HSL | 148.42º | 0.29% | 0.26% | - |
| HSV(B) | 148.42º | 0.45% | 0.33% | - |
| XYZ | 5.37 | 7.48 | 6.16 | - |
| YUV | 71.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 85 | 65 | 0.45 | 0 | 0.24 | 0.67 | 148.42 | 0.29 | 0.26 |
| Hex | 2F | 55 | 41 | 2D | 0 | 18 | 43 | 94 | 1D | 1A |
| Octal | 57 | 125 | 101 | 55 | 0 | 30 | 103 | 224 | 35 | 32 |
| Binary | 101111 | 1010101 | 1000001 | 101101 | 0 | 11000 | 1000011 | 10010100 | 11101 | 11010 |
Color Harmonies of #2F5541
Complementary color
Monochromatic Colors of #2F5541
Black with #2F5541
Text Example
Text Example
White with #2F5541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5541; }
p { color: rgb(47,85,65); }
H1.HeaderClassName
{
color: #2F5541;
}
.AnyTagClassName
{
color: #2F5541;
}
</style>
background-color css
<style>
a { background-color: #2F5541; }
a { background-color: rgb(47,85,65); }
div.DivClassName
{
background-color: #2F5541;
}
.BgClassName
{
background-color: #2F5541;
}
</style>
border-color css
<style>
span { border-color: #2F5541; }
span { border-color: rgb(47,85,65); }
td.TdClassName
{
border-color: #2F5541;
}
.TagClassName
{
border-color: #2F5541;
}
</style>