#295528

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

Shades of Parsley #295528

Tints of Parsley #295528

Color information

#295528 (or 0x295528) is unknown color: approx Parsley. HEX triplet: 29, 55 and 28. RGB value is (41,85,40). Sum of RGB (Red+Green+Blue) = 41+85+40=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 40 (16.02% from 255 or 24.10% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #295528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295528 is #D6AAD7. Grayscale: #424242. Windows color (decimal): -14068440 or 2643241. OLE color: 2643241.

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

Color convert

RGB418540-
CMYK0.5200.530.67
HSL118.67º36%24.51%-
HSV(B)118.67º52.94%33.33%-
XYZ4.557.123.14-
YUV66.71112.92109.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 40 (16.02% from 255) = 24.10%
R=24.70%
G=51.20%
B=24.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185400.5200.530.67118.673624.51
Hex2955283403543772419
Octal5112550640651031674431
Binary101001101010110100011010001101011000011111011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295528; }

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

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

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

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

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

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

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

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