#2A552B

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

Shades of Parsley #2A552B

Tints of Parsley #2A552B

Color information

#2A552B (or 0x2A552B) is unknown color: approx Parsley. HEX triplet: 2A, 55 and 2B. RGB value is (42,85,43). Sum of RGB (Red+Green+Blue) = 42+85+43=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 43 (17.19% from 255 or 25.29% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #2A552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A552B is #D5AAD4. Grayscale: #434343. Windows color (decimal): -14002901 or 2839850. OLE color: 2839850.

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

Color convert

RGB428543-
CMYK0.5100.490.67
HSL121.4º33.86%24.9%-
HSV(B)121.4º50.59%33.33%-
XYZ4.647.163.42-
YUV67.35114.25109.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.71%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 43 (17.19% from 255) = 25.29%
R=24.71%
G=50%
B=25.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285430.5100.490.67121.433.8624.9
Hex2A552B3303143792219
Octal5212553630611031714231
Binary101010101010110101111001101100011000011111100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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