#2C492A

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

Shades of Myrtle #2C492A

Tints of Myrtle #2C492A

Color information

#2C492A (or 0x2C492A) is unknown color: approx Myrtle. HEX triplet: 2C, 49 and 2A. RGB value is (44,73,42). Sum of RGB (Red+Green+Blue) = 44+73+42=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 73 (28.91% from 255 or 45.91% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 73 - color contains mainly: green. Hex color #2C492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C492A is #D3B6D5. Grayscale: #3C3C3C. Windows color (decimal): -13874902 or 2771244. OLE color: 2771244.

HSL color Cylindrical-coordinate representation of color #2C492A: hue angle of 116.13º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2C492A is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB447342-
CMYK0.4000.420.71
HSL116.13º26.96%22.55%-
HSV(B)116.13º42.47%28.63%-
XYZ3.845.473.04-
YUV60.8117.39116.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.67%
GREEN value IS 73 (28.91% from 255) = 45.91%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=27.67%
G=45.91%
B=26.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4473420.4000.420.71116.1326.9622.55
Hex2C492A2802A47741b17
Octal5411152500521071643327
Binary10110010010011010101010000101010100011111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C492A; }

 p { color: rgb(44,73,42); }

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

<style>
 a { background-color: #2C492A; }

 a { background-color: rgb(44,73,42); }

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

<style>
 span { border-color: #2C492A; }

 span { border-color: rgb(44,73,42); }

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