#295329

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

Shades of Parsley #295329

Tints of Parsley #295329

Color information

#295329 (or 0x295329) is unknown color: approx Parsley. HEX triplet: 29, 53 and 29. RGB value is (41,83,41). Sum of RGB (Red+Green+Blue) = 41+83+41=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #295329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295329 is #D6ACD6. Grayscale: #414141. Windows color (decimal): -14068951 or 2708265. OLE color: 2708265.

HSL color Cylindrical-coordinate representation of color #295329: hue angle of 120º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295329 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB418341-
CMYK0.5100.510.67
HSL120º33.87%24.31%-
HSV(B)120º50.6%32.55%-
XYZ4.416.823.18-
YUV65.65114.09110.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=24.85%
G=50.30%
B=24.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183410.5100.510.6712033.8724.31
Hex2953293303343782218
Octal5112351630631031704230
Binary101001101001110100111001101100111000011111100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295329; }

 p { color: rgb(41,83,41); }

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

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

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

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

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

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

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