#2F5945

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

Shades of Green Pea #2F5945

Tints of Green Pea #2F5945

Color information

#2F5945 (or 0x2F5945) is unknown color: approx Green Pea. HEX triplet: 2F, 59 and 45. RGB value is (47,89,69). Sum of RGB (Red+Green+Blue) = 47+89+69=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 89 - color contains mainly: green. Hex color #2F5945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5945 is #D0A6BA. Grayscale: #4A4A4A. Windows color (decimal): -13674171 or 4544815. OLE color: 4544815.

HSL color Cylindrical-coordinate representation of color #2F5945: hue angle of 151.43º 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 #2F5945 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB478969-
CMYK0.4700.220.65
HSL151.43º30.88%26.67%-
HSV(B)151.43º47.19%34.9%-
XYZ5.828.186.9-
YUV74.16125.09108.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.93%
GREEN value IS 89 (35.16% from 255) = 43.41%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=22.93%
G=43.41%
B=33.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4789690.4700.220.65151.4330.8826.67
Hex2F59452F01641971f1b
Octal57131105570261012273733
Binary101111101100110001011011110101101000001100101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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