#294A28

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

Shades of Myrtle #294A28

Tints of Myrtle #294A28

Color information

#294A28 (or 0x294A28) is unknown color: approx Myrtle. HEX triplet: 29, 4A and 28. RGB value is (41,74,40). Sum of RGB (Red+Green+Blue) = 41+74+40=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 74 - color contains mainly: green. Hex color #294A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A28 is #D6B5D7. Grayscale: #3C3C3C. Windows color (decimal): -14071256 or 2640425. OLE color: 2640425.

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

Color convert

RGB417440-
CMYK0.4500.460.71
HSL118.24º29.82%22.35%-
HSV(B)118.24º45.95%29.02%-
XYZ3.755.522.88-
YUV60.26116.57114.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 74 (29.30% from 255) = 47.74%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=26.45%
G=47.74%
B=25.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4174400.4500.460.71118.2429.8222.35
Hex294A282D02E47761e16
Octal5111250550561071663626
Binary10100110010101010001011010101110100011111101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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