#294E14

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

Shades of Myrtle #294E14

Tints of Myrtle #294E14

Color information

#294E14 (or 0x294E14) is unknown color: approx Myrtle. HEX triplet: 29, 4E and 14. RGB value is (41,78,20). Sum of RGB (Red+Green+Blue) = 41+78+20=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #294E14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294E14 is #D6B1EB. Grayscale: #3C3C3C. Windows color (decimal): -14070252 or 1330729. OLE color: 1330729.

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

Color convert

RGB417820-
CMYK0.4700.740.69
HSL98.28º59.18%19.22%-
HSV(B)98.28º74.36%30.59%-
XYZ3.775.971.62-
YUV60.32105.24114.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 78 (30.86% from 255) = 56.12%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=29.50%
G=56.12%
B=14.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178200.4700.740.6998.2859.1819.22
Hex294E142F04A45623b13
Octal51116245701121051427323
Binary101001100111010100101111010010101000101110001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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