#295529

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

Shades of Parsley #295529

Tints of Parsley #295529

Color information

#295529 (or 0x295529) is unknown color: approx Parsley. HEX triplet: 29, 55 and 29. RGB value is (41,85,41). Sum of RGB (Red+Green+Blue) = 41+85+41=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #295529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295529 is #D6AAD6. Grayscale: #424242. Windows color (decimal): -14068439 or 2708777. OLE color: 2708777.

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

Color convert

RGB418541-
CMYK0.5200.520.67
HSL120º34.92%24.71%-
HSV(B)120º51.76%33.33%-
XYZ4.567.133.23-
YUV66.83113.42109.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.55%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=24.55%
G=50.90%
B=24.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185410.5200.520.6712034.9224.71
Hex2955293403443782319
Octal5112551640641031704331
Binary101001101010110100111010001101001000011111100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295529; }

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

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

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

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

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

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

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

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