#2C4629

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

Shades of Myrtle #2C4629

Tints of Myrtle #2C4629

Color information

#2C4629 (or 0x2C4629) is unknown color: approx Myrtle. HEX triplet: 2C, 46 and 29. RGB value is (44,70,41). Sum of RGB (Red+Green+Blue) = 44+70+41=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4629 is #D3B9D6. Grayscale: #3B3B3B. Windows color (decimal): -13875671 or 2704940. OLE color: 2704940.

HSL color Cylindrical-coordinate representation of color #2C4629: hue angle of 113.79º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4629 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB447041-
CMYK0.3700.410.73
HSL113.79º26.13%21.76%-
HSV(B)113.79º41.43%27.45%-
XYZ3.635.082.89-
YUV58.92117.89117.36-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 70 (27.73% from 255) = 45.16%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=28.39%
G=45.16%
B=26.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4470410.3700.410.73113.7926.1321.76
Hex2C46292502949721a16
Octal5410651450511111623226
Binary10110010001101010011001010101001100100111100101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,41); }

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

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

 a { background-color: rgb(44,70,41); }

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

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

 span { border-color: rgb(44,70,41); }

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