#294D12

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

Shades of Myrtle #294D12

Tints of Myrtle #294D12

Color information

#294D12 (or 0x294D12) is unknown color: approx Myrtle. HEX triplet: 29, 4D and 12. RGB value is (41,77,18). Sum of RGB (Red+Green+Blue) = 41+77+18=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #294D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #294D12 is #D6B2ED. Grayscale: #3B3B3B. Windows color (decimal): -14070510 or 1199401. OLE color: 1199401.

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

Color convert

RGB417718-
CMYK0.4700.770.70
HSL96.61º62.11%18.63%-
HSV(B)96.61º76.62%30.2%-
XYZ3.685.821.5-
YUV59.51104.57114.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.15%
GREEN value IS 77 (30.47% from 255) = 56.62%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=30.15%
G=56.62%
B=13.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4177180.4700.770.7096.6162.1118.63
Hex294D122F04D46613e13
Octal51115225701151061417623
Binary101001100110110010101111010011011000110110000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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