#2A4325

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

Shades of Myrtle #2A4325

Tints of Myrtle #2A4325

Color information

#2A4325 (or 0x2A4325) is unknown color: approx Myrtle. HEX triplet: 2A, 43 and 25. RGB value is (42,67,37). Sum of RGB (Red+Green+Blue) = 42+67+37=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4325 is #D5BCDA. Grayscale: #383838. Windows color (decimal): -14007515 or 2442026. OLE color: 2442026.

HSL color Cylindrical-coordinate representation of color #2A4325: hue angle of 110º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4325 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB426737-
CMYK0.3700.450.74
HSL110º28.85%20.39%-
HSV(B)110º44.78%26.27%-
XYZ3.34.642.47-
YUV56.1117.22117.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.77%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=28.77%
G=45.89%
B=25.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4267370.3700.450.7411028.8520.39
Hex2A43252502D4A6e1d14
Octal5210345450551121563524
Binary10101010000111001011001010101101100101011011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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