#295832

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

Shades of Parsley #295832

Tints of Parsley #295832

Color information

#295832 (or 0x295832) is unknown color: approx Parsley. HEX triplet: 29, 58 and 32. RGB value is (41,88,50). Sum of RGB (Red+Green+Blue) = 41+88+50=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 50 (19.92% from 255 or 27.93% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #295832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295832 is #D6A7CD. Grayscale: #454545. Windows color (decimal): -14067662 or 3299369. OLE color: 3299369.

HSL color Cylindrical-coordinate representation of color #295832: hue angle of 131.49º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295832 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB418850-
CMYK0.5300.430.65
HSL131.49º36.43%25.29%-
HSV(B)131.49º53.41%34.51%-
XYZ4.987.684.24-
YUV69.61116.93107.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 88 (34.77% from 255) = 49.16%
BLUE value IS 50 (19.92% from 255) = 27.93%
R=22.91%
G=49.16%
B=27.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4188500.5300.430.65131.4936.4325.29
Hex2958323502B41832419
Octal5113062650531012034431
Binary1010011011000110010110101010101110000011000001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295832; }

 p { color: rgb(41,88,50); }

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

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

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

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

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

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

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