#295B28

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

Shades of Parsley #295B28

Tints of Parsley #295B28

Color information

#295B28 (or 0x295B28) is unknown color: approx Parsley. HEX triplet: 29, 5B and 28. RGB value is (41,91,40). Sum of RGB (Red+Green+Blue) = 41+91+40=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #295B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B28 is #D6A4D7. Grayscale: #464646. Windows color (decimal): -14066904 or 2644777. OLE color: 2644777.

HSL color Cylindrical-coordinate representation of color #295B28: hue angle of 118.82º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295B28 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB419140-
CMYK0.5500.560.64
HSL118.82º38.93%25.69%-
HSV(B)118.82º56.04%35.69%-
XYZ5.048.113.31-
YUV70.24110.94107.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 91 (35.94% from 255) = 52.91%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=23.84%
G=52.91%
B=23.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4191400.5500.560.64118.8238.9325.69
Hex295B28370384077271a
Octal5113350670701001674732
Binary101001101101110100011011101110001000000111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295B28; }

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

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

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

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

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

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

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

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