#2D592E

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

Shades of Parsley #2D592E

Tints of Parsley #2D592E

Color information

#2D592E (or 0x2D592E) is unknown color: approx Parsley. HEX triplet: 2D, 59 and 2E. RGB value is (45,89,46). Sum of RGB (Red+Green+Blue) = 45+89+46=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #2D592E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D592E is #D2A6D1. Grayscale: #474747. Windows color (decimal): -13805266 or 3037485. OLE color: 3037485.

HSL color Cylindrical-coordinate representation of color #2D592E: hue angle of 121.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D592E is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB458946-
CMYK0.4900.480.65
HSL121.36º32.84%26.27%-
HSV(B)121.36º49.44%34.9%-
XYZ5.157.93.84-
YUV70.94113.92109.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25%
GREEN value IS 89 (35.16% from 255) = 49.44%
BLUE value IS 46 (18.36% from 255) = 25.56%
R=25%
G=49.44%
B=25.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4589460.4900.480.65121.3632.8426.27
Hex2D592E310304179211a
Octal5513156610601011714132
Binary101101101100110111011000101100001000001111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,89,46); }

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

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

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

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

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

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

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