#294A20

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

Shades of Myrtle #294A20

Tints of Myrtle #294A20

Color information

#294A20 (or 0x294A20) is unknown color: approx Myrtle. HEX triplet: 29, 4A and 20. RGB value is (41,74,32). Sum of RGB (Red+Green+Blue) = 41+74+32=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #294A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A20 is #D6B5DF. Grayscale: #3B3B3B. Windows color (decimal): -14071264 or 2116137. OLE color: 2116137.

HSL color Cylindrical-coordinate representation of color #294A20: hue angle of 107.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #294A20 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB417432-
CMYK0.4500.570.71
HSL107.14º39.62%20.78%-
HSV(B)107.14º56.76%29.02%-
XYZ3.625.472.23-
YUV59.34112.57114.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 74 (29.30% from 255) = 50.34%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=27.89%
G=50.34%
B=21.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174320.4500.570.71107.1439.6220.78
Hex294A202D039476b2815
Octal5111240550711071535025
Binary101001100101010000010110101110011000111110101110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,74,32); }

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

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

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

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

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

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

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