#295432

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

Shades of Parsley #295432

Tints of Parsley #295432

Color information

#295432 (or 0x295432) is unknown color: approx Parsley. HEX triplet: 29, 54 and 32. RGB value is (41,84,50). Sum of RGB (Red+Green+Blue) = 41+84+50=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #295432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295432 is #D6ABCD. Grayscale: #434343. Windows color (decimal): -14068686 or 3298345. OLE color: 3298345.

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

Color convert

RGB418450-
CMYK0.5100.400.67
HSL132.56º34.4%24.51%-
HSV(B)132.56º51.19%32.94%-
XYZ4.667.044.13-
YUV67.27118.25109.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=23.43%
G=48%
B=28.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4184500.5100.400.67132.5634.424.51
Hex2954323302843852219
Octal5112462630501032054231
Binary1010011010100110010110011010100010000111000010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295432; }

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

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

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

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

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

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

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

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