#2D5929

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

Shades of Parsley #2D5929

Tints of Parsley #2D5929

Color information

#2D5929 (or 0x2D5929) is unknown color: approx Parsley. HEX triplet: 2D, 59 and 29. RGB value is (45,89,41). Sum of RGB (Red+Green+Blue) = 45+89+41=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #2D5929 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5929 is #D2A6D6. Grayscale: #464646. Windows color (decimal): -13805271 or 2709805. OLE color: 2709805.

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

Color convert

RGB458941-
CMYK0.4900.540.65
HSL115º36.92%25.49%-
HSV(B)115º53.93%34.9%-
XYZ5.057.863.35-
YUV70.37111.42109.9-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.71%
GREEN value IS 89 (35.16% from 255) = 50.86%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=25.71%
G=50.86%
B=23.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4589410.4900.540.6511536.9225.49
Hex2D59293103641732519
Octal5513151610661011634531
Binary101101101100110100111000101101101000001111001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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