#2D572B

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

Shades of Parsley #2D572B

Tints of Parsley #2D572B

Color information

#2D572B (or 0x2D572B) is unknown color: approx Parsley. HEX triplet: 2D, 57 and 2B. RGB value is (45,87,43). Sum of RGB (Red+Green+Blue) = 45+87+43=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #2D572B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D572B is #D2A8D4. Grayscale: #454545. Windows color (decimal): -13805781 or 2840365. OLE color: 2840365.

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

Color convert

RGB458743-
CMYK0.4800.510.66
HSL117.27º33.85%25.49%-
HSV(B)117.27º50.57%34.12%-
XYZ4.937.553.48-
YUV69.43113.09110.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 87 (34.38% from 255) = 49.71%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=25.71%
G=49.71%
B=24.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4587430.4800.510.66117.2733.8525.49
Hex2D572B3003342752219
Octal5512753600631021654231
Binary101101101011110101111000001100111000010111010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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