#2C512D

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

Shades of Parsley #2C512D

Tints of Parsley #2C512D

Color information

#2C512D (or 0x2C512D) is unknown color: approx Parsley. HEX triplet: 2C, 51 and 2D. RGB value is (44,81,45). Sum of RGB (Red+Green+Blue) = 44+81+45=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 81 - color contains mainly: green. Hex color #2C512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C512D is #D3AED2. Grayscale: #414141. Windows color (decimal): -13872851 or 2969900. OLE color: 2969900.

HSL color Cylindrical-coordinate representation of color #2C512D: hue angle of 121.62º 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 #2C512D is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB448145-
CMYK0.4600.440.68
HSL121.62º29.6%24.51%-
HSV(B)121.62º45.68%31.76%-
XYZ4.456.613.52-
YUV65.83116.24112.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=25.88%
G=47.65%
B=26.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4481450.4600.440.68121.6229.624.51
Hex2C512D2E02C447a1e19
Octal5412155560541041723631
Binary10110010100011011011011100101100100010011110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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