#2A552E

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

Shades of Parsley #2A552E

Tints of Parsley #2A552E

Color information

#2A552E (or 0x2A552E) is unknown color: approx Parsley. HEX triplet: 2A, 55 and 2E. RGB value is (42,85,46). Sum of RGB (Red+Green+Blue) = 42+85+46=173 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.28% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #2A552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A552E is #D5AAD1. Grayscale: #434343. Windows color (decimal): -14002898 or 3036458. OLE color: 3036458.

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

Color convert

RGB428546-
CMYK0.5100.460.67
HSL125.58º33.86%24.9%-
HSV(B)125.58º50.59%33.33%-
XYZ4.77.193.72-
YUV67.7115.75109.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.28%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=24.28%
G=49.13%
B=26.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285460.5100.460.67125.5833.8624.9
Hex2A552E3302E437e2219
Octal5212556630561031764231
Binary101010101010110111011001101011101000011111111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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