#295531

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

Shades of Parsley #295531

Tints of Parsley #295531

Color information

#295531 (or 0x295531) is unknown color: approx Parsley. HEX triplet: 29, 55 and 31. RGB value is (41,85,49). Sum of RGB (Red+Green+Blue) = 41+85+49=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #295531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295531 is #D6AACE. Grayscale: #434343. Windows color (decimal): -14068431 or 3233065. OLE color: 3233065.

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

Color convert

RGB418549-
CMYK0.5200.420.67
HSL130.91º34.92%24.71%-
HSV(B)130.91º51.76%33.33%-
XYZ4.727.194.04-
YUV67.74117.42108.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 49 (19.53% from 255) = 28%
R=23.43%
G=48.57%
B=28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185490.5200.420.67130.9134.9224.71
Hex2955313402A43832319
Octal5112561640521032034331
Binary1010011010101110001110100010101010000111000001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295531; }

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

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

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

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

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

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

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

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