#2F592A

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

Shades of Parsley #2F592A

Tints of Parsley #2F592A

Color information

#2F592A (or 0x2F592A) is unknown color: approx Parsley. HEX triplet: 2F, 59 and 2A. RGB value is (47,89,42). Sum of RGB (Red+Green+Blue) = 47+89+42=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #2F592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F592A is #D0A6D5. Grayscale: #474747. Windows color (decimal): -13674198 or 2775343. OLE color: 2775343.

HSL color Cylindrical-coordinate representation of color #2F592A: hue angle of 113.62º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F592A is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB478942-
CMYK0.4700.530.65
HSL113.62º35.88%25.69%-
HSV(B)113.62º52.81%34.9%-
XYZ5.167.923.45-
YUV71.08111.59110.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.40%
GREEN value IS 89 (35.16% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 23.60%
R=26.40%
G=50%
B=23.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4789420.4700.530.65113.6235.8825.69
Hex2F592A2F0354172241a
Octal5713152570651011624432
Binary101111101100110101010111101101011000001111001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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