#2A542D

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

Shades of Parsley #2A542D

Tints of Parsley #2A542D

Color information

#2A542D (or 0x2A542D) is unknown color: approx Parsley. HEX triplet: 2A, 54 and 2D. RGB value is (42,84,45). Sum of RGB (Red+Green+Blue) = 42+84+45=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #2A542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A542D is #D5ABD2. Grayscale: #434343. Windows color (decimal): -14003155 or 2970666. OLE color: 2970666.

HSL color Cylindrical-coordinate representation of color #2A542D: hue angle of 124.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A542D is Cyan = 0.5, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB428445-
CMYK0.500.460.67
HSL124.29º33.33%24.71%-
HSV(B)124.29º50%32.94%-
XYZ4.67.023.6-
YUV67115.59110.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.56%
GREEN value IS 84 (33.20% from 255) = 49.12%
BLUE value IS 45 (17.97% from 255) = 26.32%
R=24.56%
G=49.12%
B=26.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284450.500.460.67124.2933.3324.71
Hex2A542D3202E437c2119
Octal5212455620561031744131
Binary101010101010010110111001001011101000011111110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,84,45); }

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

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

 a { background-color: rgb(42,84,45); }

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

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

 span { border-color: rgb(42,84,45); }

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