#2A4229

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

Shades of Myrtle #2A4229

Tints of Myrtle #2A4229

Color information

#2A4229 (or 0x2A4229) is unknown color: approx Myrtle. HEX triplet: 2A, 42 and 29. RGB value is (42,66,41). Sum of RGB (Red+Green+Blue) = 42+66+41=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4229 is #D5BDD6. Grayscale: #383838. Windows color (decimal): -14007767 or 2703914. OLE color: 2703914.

HSL color Cylindrical-coordinate representation of color #2A4229: hue angle of 117.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A4229 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.74.

Color convert

RGB426641-
CMYK0.3600.380.74
HSL117.6º23.36%20.98%-
HSV(B)117.6º37.88%25.88%-
XYZ3.34.552.8-
YUV55.97119.55118.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=28.19%
G=44.30%
B=27.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4266410.3600.380.74117.623.3620.98
Hex2A4229240264A761715
Octal5210251440461121662725
Binary10101010000101010011001000100110100101011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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