#2C4B2D

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

Shades of Parsley #2C4B2D

Tints of Parsley #2C4B2D

Color information

#2C4B2D (or 0x2C4B2D) is unknown color: approx Parsley. HEX triplet: 2C, 4B and 2D. RGB value is (44,75,45). Sum of RGB (Red+Green+Blue) = 44+75+45=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 75 (29.69% from 255 or 45.73% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 75 - color contains mainly: green. Hex color #2C4B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4B2D is #D3B4D2. Grayscale: #3E3E3E. Windows color (decimal): -13874387 or 2968364. OLE color: 2968364.

HSL color Cylindrical-coordinate representation of color #2C4B2D: hue angle of 121.94º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4B2D is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB447545-
CMYK0.4100.400.71
HSL121.94º26.05%23.33%-
HSV(B)121.94º41.33%29.41%-
XYZ4.035.763.38-
YUV62.31118.23114.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.83%
GREEN value IS 75 (29.69% from 255) = 45.73%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=26.83%
G=45.73%
B=27.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4475450.4100.400.71121.9426.0523.33
Hex2C4B2D29028477a1a17
Octal5411355510501071723227
Binary10110010010111011011010010101000100011111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,75,45); }

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

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

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

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

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

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

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