#2C5533

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

Shades of Parsley #2C5533

Tints of Parsley #2C5533

Color information

#2C5533 (or 0x2C5533) is unknown color: approx Parsley. HEX triplet: 2C, 55 and 33. RGB value is (44,85,51). Sum of RGB (Red+Green+Blue) = 44+85+51=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5533 is #D3AACC. Grayscale: #444444. Windows color (decimal): -13871821 or 3364140. OLE color: 3364140.

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

Color convert

RGB448551-
CMYK0.4800.400.67
HSL130.24º31.78%25.29%-
HSV(B)130.24º48.24%33.33%-
XYZ4.887.274.28-
YUV68.86117.92110.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 51 (20.31% from 255) = 28.33%
R=24.44%
G=47.22%
B=28.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485510.4800.400.67130.2431.7825.29
Hex2C55333002843822019
Octal5412563600501032024031
Binary1011001010101110011110000010100010000111000001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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