#295A29

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

Shades of Parsley #295A29

Tints of Parsley #295A29

Color information

#295A29 (or 0x295A29) is unknown color: approx Parsley. HEX triplet: 29, 5A and 29. RGB value is (41,90,41). Sum of RGB (Red+Green+Blue) = 41+90+41=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 90 (35.55% from 255 or 52.33% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 90 - color contains mainly: green. Hex color #295A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A29 is #D6A5D6. Grayscale: #454545. Windows color (decimal): -14067159 or 2710057. OLE color: 2710057.

HSL color Cylindrical-coordinate representation of color #295A29: hue angle of 120º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A29 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB419041-
CMYK0.5400.540.65
HSL120º37.4%25.69%-
HSV(B)120º54.44%35.29%-
XYZ4.977.943.37-
YUV69.76111.77107.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 90 (35.55% from 255) = 52.33%
BLUE value IS 41 (16.41% from 255) = 23.84%
R=23.84%
G=52.33%
B=23.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190410.5400.540.6512037.425.69
Hex295A29360364178251a
Octal5113251660661011704532
Binary101001101101010100111011001101101000001111100010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,90,41); }

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

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

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

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

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

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

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