#2A592C

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

Shades of Parsley #2A592C

Tints of Parsley #2A592C

Color information

#2A592C (or 0x2A592C) is unknown color: approx Parsley. HEX triplet: 2A, 59 and 2C. RGB value is (42,89,44). Sum of RGB (Red+Green+Blue) = 42+89+44=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #2A592C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A592C is #D5A6D3. Grayscale: #454545. Windows color (decimal): -14001876 or 2906410. OLE color: 2906410.

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

Color convert

RGB428944-
CMYK0.5300.510.65
HSL122.55º35.88%25.69%-
HSV(B)122.55º52.81%34.9%-
XYZ4.987.823.63-
YUV69.82113.43108.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 89 (35.16% from 255) = 50.86%
BLUE value IS 44 (17.58% from 255) = 25.14%
R=24%
G=50.86%
B=25.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289440.5300.510.65122.5535.8825.69
Hex2A592C35033417b241a
Octal5213154650631011734432
Binary101010101100110110011010101100111000001111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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