#294E2D

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

Shades of Parsley #294E2D

Tints of Parsley #294E2D

Color information

#294E2D (or 0x294E2D) is unknown color: approx Parsley. HEX triplet: 29, 4E and 2D. RGB value is (41,78,45). Sum of RGB (Red+Green+Blue) = 41+78+45=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #294E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E2D is #D6B1D2. Grayscale: #3F3F3F. Windows color (decimal): -14070227 or 2969129. OLE color: 2969129.

HSL color Cylindrical-coordinate representation of color #294E2D: hue angle of 126.49º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E2D is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB417845-
CMYK0.4700.420.69
HSL126.49º31.09%23.33%-
HSV(B)126.49º47.44%30.59%-
XYZ4.116.113.45-
YUV63.18117.74112.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 47.56%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=25%
G=47.56%
B=27.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178450.4700.420.69126.4931.0923.33
Hex294E2D2F02A457e1f17
Octal5111655570521051763727
Binary10100110011101011011011110101010100010111111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294E2D; }

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

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

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

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

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

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

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

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