#2F5F45

Color #2F5F45 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #2F5F45

Tints of Green Pea #2F5F45

Color information

#2F5F45 (or 0x2F5F45) is unknown color: approx Green Pea. HEX triplet: 2F, 5F and 45. RGB value is (47,95,69). Sum of RGB (Red+Green+Blue) = 47+95+69=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #2F5F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5F45 is #D0A0BA. Grayscale: #4D4D4D. Windows color (decimal): -13672635 or 4546351. OLE color: 4546351.

HSL color Cylindrical-coordinate representation of color #2F5F45: hue angle of 147.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F5F45 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB479569-
CMYK0.5100.270.63
HSL147.5º33.8%27.84%-
HSV(B)147.5º50.53%37.25%-
XYZ6.349.227.08-
YUV77.68123.1106.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 22.27%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=22.27%
G=45.02%
B=32.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4795690.5100.270.63147.533.827.84
Hex2F5F453301B3F94221c
Octal5713710563033772244234
Binary101111101111110001011100110110111111111001010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5F45; }

 p { color: rgb(47,95,69); }

 H1.HeaderClassName
 {
   color: #2F5F45;
 }
 .AnyTagClassName
 {
   color: #2F5F45;
 }
</style>
background-color css

<style>
 a { background-color: #2F5F45; }

 a { background-color: rgb(47,95,69); }

 div.DivClassName
 {
   background-color: #2F5F45;
 }
 .BgClassName
 {
   background-color: #2F5F45;
 }
</style>
border-color css

<style>
 span { border-color: #2F5F45; }

 span { border-color: rgb(47,95,69); }

 td.TdClassName
 {
   border-color: #2F5F45;
 }
 .TagClassName
 {
   border-color: #2F5F45;
 }
</style>