#2D532C

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

Shades of Parsley #2D532C

Tints of Parsley #2D532C

Color information

#2D532C (or 0x2D532C) is unknown color: approx Parsley. HEX triplet: 2D, 53 and 2C. RGB value is (45,83,44). Sum of RGB (Red+Green+Blue) = 45+83+44=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #2D532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D532C is #D2ACD3. Grayscale: #434343. Windows color (decimal): -13806804 or 2904877. OLE color: 2904877.

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

Color convert

RGB458344-
CMYK0.4600.470.67
HSL118.46º30.71%24.9%-
HSV(B)118.46º46.99%32.55%-
XYZ4.636.933.48-
YUV67.19114.91112.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.16%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=26.16%
G=48.26%
B=25.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583440.4600.470.67118.4630.7124.9
Hex2D532C2E02F43761f19
Octal5512354560571031663731
Binary10110110100111011001011100101111100001111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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