#294D20

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

Shades of Myrtle #294D20

Tints of Myrtle #294D20

Color information

#294D20 (or 0x294D20) is unknown color: approx Myrtle. HEX triplet: 29, 4D and 20. RGB value is (41,77,32). Sum of RGB (Red+Green+Blue) = 41+77+32=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 77 (30.47% from 255 or 51.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 77 - color contains mainly: green. Hex color #294D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294D20 is #D6B2DF. Grayscale: #3D3D3D. Windows color (decimal): -14070496 or 2116905. OLE color: 2116905.

HSL color Cylindrical-coordinate representation of color #294D20: hue angle of 108º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #294D20 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB417732-
CMYK0.4700.580.70
HSL108º41.28%21.37%-
HSV(B)108º58.44%30.2%-
XYZ3.835.882.3-
YUV61.11111.57113.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 77 (30.47% from 255) = 51.33%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=27.33%
G=51.33%
B=21.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177320.4700.580.7010841.2821.37
Hex294D202F03A466c2915
Octal5111540570721061545125
Binary101001100110110000010111101110101000110110110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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