#2C5531

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

Shades of Parsley #2C5531

Tints of Parsley #2C5531

Color information

#2C5531 (or 0x2C5531) is unknown color: approx Parsley. HEX triplet: 2C, 55 and 31. RGB value is (44,85,49). Sum of RGB (Red+Green+Blue) = 44+85+49=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 49 (19.53% from 255 or 27.53% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #2C5531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5531 is #D3AACE. Grayscale: #444444. Windows color (decimal): -13871823 or 3233068. OLE color: 3233068.

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

Color convert

RGB448549-
CMYK0.4800.420.67
HSL127.32º31.78%25.29%-
HSV(B)127.32º48.24%33.33%-
XYZ4.847.254.05-
YUV68.64116.92110.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 49 (19.53% from 255) = 27.53%
R=24.72%
G=47.75%
B=27.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485490.4800.420.67127.3231.7825.29
Hex2C55313002A437f2019
Octal5412561600521031774031
Binary101100101010111000111000001010101000011111111110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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