#2A4525

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

Shades of Myrtle #2A4525

Tints of Myrtle #2A4525

Color information

#2A4525 (or 0x2A4525) is unknown color: approx Myrtle. HEX triplet: 2A, 45 and 25. RGB value is (42,69,37). Sum of RGB (Red+Green+Blue) = 42+69+37=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4525 is #D5BADA. Grayscale: #393939. Windows color (decimal): -14007003 or 2442538. OLE color: 2442538.

HSL color Cylindrical-coordinate representation of color #2A4525: hue angle of 110.62º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4525 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB426937-
CMYK0.3900.460.73
HSL110.62º30.19%20.78%-
HSV(B)110.62º46.38%27.06%-
XYZ3.424.882.51-
YUV57.28116.55117.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.38%
GREEN value IS 69 (27.34% from 255) = 46.62%
BLUE value IS 37 (14.84% from 255) = 25%
R=28.38%
G=46.62%
B=25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4269370.3900.460.73110.6230.1920.78
Hex2A45252702E496f1e15
Octal5210545470561111573625
Binary10101010001011001011001110101110100100111011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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