#2A5B29

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

Shades of Parsley #2A5B29

Tints of Parsley #2A5B29

Color information

#2A5B29 (or 0x2A5B29) is unknown color: approx Parsley. HEX triplet: 2A, 5B and 29. RGB value is (42,91,41). Sum of RGB (Red+Green+Blue) = 42+91+41=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 91 (35.94% from 255 or 52.30% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 91 - color contains mainly: green. Hex color #2A5B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5B29 is #D5A4D6. Grayscale: #464646. Windows color (decimal): -14001367 or 2710314. OLE color: 2710314.

HSL color Cylindrical-coordinate representation of color #2A5B29: hue angle of 118.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5B29 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB429141-
CMYK0.5400.550.64
HSL118.8º37.88%25.88%-
HSV(B)118.8º54.95%35.69%-
XYZ5.18.133.4-
YUV70.65111.27107.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 91 (35.94% from 255) = 52.30%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=24.14%
G=52.30%
B=23.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4291410.5400.550.64118.837.8825.88
Hex2A5B29360374077261a
Octal5213351660671001674632
Binary101010101101110100111011001101111000000111011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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