#295331

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

Shades of Parsley #295331

Tints of Parsley #295331

Color information

#295331 (or 0x295331) is unknown color: approx Parsley. HEX triplet: 29, 53 and 31. RGB value is (41,83,49). Sum of RGB (Red+Green+Blue) = 41+83+49=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #295331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295331 is #D6ACCE. Grayscale: #424242. Windows color (decimal): -14068943 or 3232553. OLE color: 3232553.

HSL color Cylindrical-coordinate representation of color #295331: hue angle of 131.43º 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 #295331 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB418349-
CMYK0.5100.410.67
HSL131.43º33.87%24.31%-
HSV(B)131.43º50.6%32.55%-
XYZ4.566.883.99-
YUV66.57118.09109.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 49 (19.53% from 255) = 28.32%
R=23.70%
G=47.98%
B=28.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183490.5100.410.67131.4333.8724.31
Hex2953313302943832218
Octal5112361630511032034230
Binary1010011010011110001110011010100110000111000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295331; }

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

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

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

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

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

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

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

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