#2C5528

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

Shades of Parsley #2C5528

Tints of Parsley #2C5528

Color information

#2C5528 (or 0x2C5528) is unknown color: approx Parsley. HEX triplet: 2C, 55 and 28. RGB value is (44,85,40). Sum of RGB (Red+Green+Blue) = 44+85+40=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 40 (16.02% from 255 or 23.67% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5528 is #D3AAD7. Grayscale: #434343. Windows color (decimal): -13871832 or 2643244. OLE color: 2643244.

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

Color convert

RGB448540-
CMYK0.4800.530.67
HSL114.67º36%24.51%-
HSV(B)114.67º52.94%33.33%-
XYZ4.677.193.15-
YUV67.61112.42111.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 40 (16.02% from 255) = 23.67%
R=26.04%
G=50.30%
B=23.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485400.4800.530.67114.673624.51
Hex2C55283003543732419
Octal5412550600651031634431
Binary101100101010110100011000001101011000011111001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,40); }

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

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

 a { background-color: rgb(44,85,40); }

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

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

 span { border-color: rgb(44,85,40); }

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