#295A2D

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

Shades of Parsley #295A2D

Tints of Parsley #295A2D

Color information

#295A2D (or 0x295A2D) is unknown color: approx Parsley. HEX triplet: 29, 5A and 2D. RGB value is (41,90,45). Sum of RGB (Red+Green+Blue) = 41+90+45=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #295A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A2D is #D6A5D2. Grayscale: #464646. Windows color (decimal): -14067155 or 2972201. OLE color: 2972201.

HSL color Cylindrical-coordinate representation of color #295A2D: hue angle of 124.9º 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 #295A2D is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB419045-
CMYK0.5400.500.65
HSL124.9º37.4%25.69%-
HSV(B)124.9º54.44%35.29%-
XYZ5.047.973.76-
YUV70.22113.77107.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 90 (35.55% from 255) = 51.14%
BLUE value IS 45 (17.97% from 255) = 25.57%
R=23.30%
G=51.14%
B=25.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4190450.5400.500.65124.937.425.69
Hex295A2D36032417d251a
Octal5113255660621011754532
Binary101001101101010110111011001100101000001111110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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