#294E2E

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

Shades of Parsley #294E2E

Tints of Parsley #294E2E

Color information

#294E2E (or 0x294E2E) is unknown color: approx Parsley. HEX triplet: 29, 4E and 2E. RGB value is (41,78,46). Sum of RGB (Red+Green+Blue) = 41+78+46=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #294E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E2E is #D6B1D1. Grayscale: #3F3F3F. Windows color (decimal): -14070226 or 3034665. OLE color: 3034665.

HSL color Cylindrical-coordinate representation of color #294E2E: hue angle of 128.11º 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 #294E2E is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB417846-
CMYK0.4700.410.69
HSL128.11º31.09%23.33%-
HSV(B)128.11º47.44%30.59%-
XYZ4.136.123.55-
YUV63.29118.24112.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=24.85%
G=47.27%
B=27.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178460.4700.410.69128.1131.0923.33
Hex294E2E2F02945801f17
Octal5111656570511052003727
Binary101001100111010111010111101010011000101100000001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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