#295431

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

Shades of Parsley #295431

Tints of Parsley #295431

Color information

#295431 (or 0x295431) is unknown color: approx Parsley. HEX triplet: 29, 54 and 31. RGB value is (41,84,49). Sum of RGB (Red+Green+Blue) = 41+84+49=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #295431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295431 is #D6ABCE. Grayscale: #434343. Windows color (decimal): -14068687 or 3232809. OLE color: 3232809.

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

Color convert

RGB418449-
CMYK0.5100.420.67
HSL131.16º34.4%24.51%-
HSV(B)131.16º51.19%32.94%-
XYZ4.647.034.02-
YUV67.15117.75109.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=23.56%
G=48.28%
B=28.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184490.5100.420.67131.1634.424.51
Hex2954313302A43832219
Octal5112461630521032034231
Binary1010011010100110001110011010101010000111000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295431; }

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

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

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

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

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

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

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

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