#2A4328

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

Shades of Myrtle #2A4328

Tints of Myrtle #2A4328

Color information

#2A4328 (or 0x2A4328) is unknown color: approx Myrtle. HEX triplet: 2A, 43 and 28. RGB value is (42,67,40). Sum of RGB (Red+Green+Blue) = 42+67+40=149 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.19% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4328 is #D5BCD7. Grayscale: #383838. Windows color (decimal): -14007512 or 2638634. OLE color: 2638634.

HSL color Cylindrical-coordinate representation of color #2A4328: hue angle of 115.56º 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 #2A4328 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB426740-
CMYK0.3700.400.74
HSL115.56º25.23%20.98%-
HSV(B)115.56º40.3%26.27%-
XYZ3.354.662.73-
YUV56.45118.72117.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.19%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=28.19%
G=44.97%
B=26.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4267400.3700.400.74115.5625.2320.98
Hex2A4328250284A741915
Octal5210350450501121643125
Binary10101010000111010001001010101000100101011101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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