#2C4D2E

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

Shades of Parsley #2C4D2E

Tints of Parsley #2C4D2E

Color information

#2C4D2E (or 0x2C4D2E) is unknown color: approx Parsley. HEX triplet: 2C, 4D and 2E. RGB value is (44,77,46). Sum of RGB (Red+Green+Blue) = 44+77+46=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4D2E is #D3B2D1. Grayscale: #3F3F3F. Windows color (decimal): -13873874 or 3034412. OLE color: 3034412.

HSL color Cylindrical-coordinate representation of color #2C4D2E: hue angle of 123.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C4D2E is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.

Color convert

RGB447746-
CMYK0.4300.400.70
HSL123.64º27.27%23.73%-
HSV(B)123.64º42.86%30.2%-
XYZ4.196.043.53-
YUV63.6118.07114.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.35%
GREEN value IS 77 (30.47% from 255) = 46.11%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=26.35%
G=46.11%
B=27.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4477460.4300.400.70123.6427.2723.73
Hex2C4D2E2B028467c1b18
Octal5411556530501061743330
Binary10110010011011011101010110101000100011011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,77,46); }

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

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

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

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

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

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

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