#2A592B

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

Shades of Parsley #2A592B

Tints of Parsley #2A592B

Color information

#2A592B (or 0x2A592B) is unknown color: approx Parsley. HEX triplet: 2A, 59 and 2B. RGB value is (42,89,43). Sum of RGB (Red+Green+Blue) = 42+89+43=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #2A592B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A592B is #D5A6D4. Grayscale: #454545. Windows color (decimal): -14001877 or 2840874. OLE color: 2840874.

HSL color Cylindrical-coordinate representation of color #2A592B: hue angle of 121.28º 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 #2A592B is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB428943-
CMYK0.5300.520.65
HSL121.28º35.88%25.69%-
HSV(B)121.28º52.81%34.9%-
XYZ4.967.813.53-
YUV69.7112.93108.24-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=24.14%
G=51.15%
B=24.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289430.5300.520.65121.2835.8825.69
Hex2A592B350344179241a
Octal5213153650641011714432
Binary101010101100110101111010101101001000001111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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