#2A5329

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

Shades of Parsley #2A5329

Tints of Parsley #2A5329

Color information

#2A5329 (or 0x2A5329) is unknown color: approx Parsley. HEX triplet: 2A, 53 and 29. RGB value is (42,83,41). Sum of RGB (Red+Green+Blue) = 42+83+41=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5329 is #D5ACD6. Grayscale: #424242. Windows color (decimal): -14003415 or 2708266. OLE color: 2708266.

HSL color Cylindrical-coordinate representation of color #2A5329: hue angle of 118.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5329 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB428341-
CMYK0.4900.510.67
HSL118.57º33.87%24.31%-
HSV(B)118.57º50.6%32.55%-
XYZ4.456.843.18-
YUV65.95113.92110.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=25.30%
G=50%
B=24.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283410.4900.510.67118.5733.8724.31
Hex2A53293103343772218
Octal5212351610631031674230
Binary101010101001110100111000101100111000011111011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,83,41); }

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

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

 a { background-color: rgb(42,83,41); }

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

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

 span { border-color: rgb(42,83,41); }

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