#2C492B

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

Shades of Myrtle #2C492B

Tints of Myrtle #2C492B

Color information

#2C492B (or 0x2C492B) is unknown color: approx Myrtle. HEX triplet: 2C, 49 and 2B. RGB value is (44,73,43). Sum of RGB (Red+Green+Blue) = 44+73+43=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #2C492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C492B is #D3B6D4. Grayscale: #3D3D3D. Windows color (decimal): -13874901 or 2836780. OLE color: 2836780.

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

Color convert

RGB447343-
CMYK0.4000.410.71
HSL118º25.86%22.75%-
HSV(B)118º41.1%28.63%-
XYZ3.865.473.14-
YUV60.91117.89115.94-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.5%
GREEN value IS 73 (28.91% from 255) = 45.62%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=27.5%
G=45.62%
B=26.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4473430.4000.410.7111825.8622.75
Hex2C492B2802947761a17
Octal5411153500511071663227
Binary10110010010011010111010000101001100011111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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