#2D572D

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

Shades of Parsley #2D572D

Tints of Parsley #2D572D

Color information

#2D572D (or 0x2D572D) is unknown color: approx Parsley. HEX triplet: 2D, 57 and 2D. RGB value is (45,87,45). Sum of RGB (Red+Green+Blue) = 45+87+45=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 87 (34.38% from 255 or 49.15% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 87 - color contains mainly: green. Hex color #2D572D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D572D is #D2A8D2. Grayscale: #454545. Windows color (decimal): -13805779 or 2971437. OLE color: 2971437.

HSL color Cylindrical-coordinate representation of color #2D572D: hue angle of 120º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D572D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB458745-
CMYK0.4800.480.66
HSL120º31.82%25.88%-
HSV(B)120º48.28%34.12%-
XYZ4.967.563.68-
YUV69.65114.09110.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.42%
GREEN value IS 87 (34.38% from 255) = 49.15%
BLUE value IS 45 (17.97% from 255) = 25.42%
R=25.42%
G=49.15%
B=25.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4587450.4800.480.6612031.8225.88
Hex2D572D300304278201a
Octal5512755600601021704032
Binary101101101011110110111000001100001000010111100010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,87,45); }

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

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

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

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

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

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

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