#2C4328

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

Shades of Myrtle #2C4328

Tints of Myrtle #2C4328

Color information

#2C4328 (or 0x2C4328) is unknown color: approx Myrtle. HEX triplet: 2C, 43 and 28. RGB value is (44,67,40). Sum of RGB (Red+Green+Blue) = 44+67+40=151 (20% of max value = 765). Red value is 44 (17.58% from 255 or 29.14% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #2C4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4328 is #D3BCD7. Grayscale: #393939. Windows color (decimal): -13876440 or 2638636. OLE color: 2638636.

HSL color Cylindrical-coordinate representation of color #2C4328: hue angle of 111.11º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C4328 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB446740-
CMYK0.3400.400.74
HSL111.11º25.23%20.98%-
HSV(B)111.11º40.3%26.27%-
XYZ3.434.72.73-
YUV57.04118.38118.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.14%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=29.14%
G=44.37%
B=26.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4467400.3400.400.74111.1125.2320.98
Hex2C4328220284A6f1915
Octal5410350420501121573125
Binary10110010000111010001000100101000100101011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,67,40); }

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

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

 a { background-color: rgb(44,67,40); }

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

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

 span { border-color: rgb(44,67,40); }

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