#2C522C

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

Shades of Parsley #2C522C

Tints of Parsley #2C522C

Color information

#2C522C (or 0x2C522C) is unknown color: approx Parsley. HEX triplet: 2C, 52 and 2C. RGB value is (44,82,44). Sum of RGB (Red+Green+Blue) = 44+82+44=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #2C522C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C522C is #D3ADD3. Grayscale: #424242. Windows color (decimal): -13872596 or 2904620. OLE color: 2904620.

HSL color Cylindrical-coordinate representation of color #2C522C: hue angle of 120º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C522C is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB448244-
CMYK0.4600.460.68
HSL120º30.16%24.71%-
HSV(B)120º46.34%32.16%-
XYZ4.516.753.45-
YUV66.31115.41112.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 82 (32.42% from 255) = 48.24%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=25.88%
G=48.24%
B=25.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4482440.4600.460.6812030.1624.71
Hex2C522C2E02E44781e19
Octal5412254560561041703631
Binary10110010100101011001011100101110100010011110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,82,44); }

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

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

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

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

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

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

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