#2F4D31

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

Shades of Parsley #2F4D31

Tints of Parsley #2F4D31

Color information

#2F4D31 (or 0x2F4D31) is unknown color: approx Parsley. HEX triplet: 2F, 4D and 31. RGB value is (47,77,49). Sum of RGB (Red+Green+Blue) = 47+77+49=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D31 is #D0B2CE. Grayscale: #404040. Windows color (decimal): -13677263 or 3231023. OLE color: 3231023.

HSL color Cylindrical-coordinate representation of color #2F4D31: hue angle of 124º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4D31 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.

Color convert

RGB477749-
CMYK0.3900.360.70
HSL124º24.19%24.31%-
HSV(B)124º38.96%30.2%-
XYZ4.386.133.86-
YUV64.84119.06115.28-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.17%
GREEN value IS 77 (30.47% from 255) = 44.51%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=27.17%
G=44.51%
B=28.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4777490.3900.360.7012424.1924.31
Hex2F4D3127024467c1818
Octal5711561470441061743030
Binary10111110011011100011001110100100100011011111001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,77,49); }

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

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

 a { background-color: rgb(47,77,49); }

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

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

 span { border-color: rgb(47,77,49); }

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