#294E2A

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

Shades of Myrtle #294E2A

Tints of Myrtle #294E2A

Color information

#294E2A (or 0x294E2A) is unknown color: approx Myrtle. HEX triplet: 29, 4E and 2A. RGB value is (41,78,42). Sum of RGB (Red+Green+Blue) = 41+78+42=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #294E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E2A is #D6B1D5. Grayscale: #3E3E3E. Windows color (decimal): -14070230 or 2772521. OLE color: 2772521.

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

Color convert

RGB417842-
CMYK0.4700.460.69
HSL121.62º31.09%23.33%-
HSV(B)121.62º47.44%30.59%-
XYZ4.066.093.15-
YUV62.83116.24112.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 78 (30.86% from 255) = 48.45%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=25.47%
G=48.45%
B=26.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4178420.4700.460.69121.6231.0923.33
Hex294E2A2F02E457a1f17
Octal5111652570561051723727
Binary10100110011101010101011110101110100010111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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