#2A5424

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

Shades of Myrtle #2A5424

Tints of Myrtle #2A5424

Color information

#2A5424 (or 0x2A5424) is unknown color: approx Myrtle. HEX triplet: 2A, 54 and 24. RGB value is (42,84,36). Sum of RGB (Red+Green+Blue) = 42+84+36=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5424 is #D5ABDB. Grayscale: #424242. Windows color (decimal): -14003164 or 2380842. OLE color: 2380842.

HSL color Cylindrical-coordinate representation of color #2A5424: hue angle of 112.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A5424 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB428436-
CMYK0.500.570.67
HSL112.5º40%23.53%-
HSV(B)112.5º57.14%32.94%-
XYZ4.446.962.78-
YUV65.97111.09110.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.93%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=25.93%
G=51.85%
B=22.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284360.500.570.67112.54023.53
Hex2A54243203943702818
Octal5212444620711031605030
Binary101010101010010010011001001110011000011111000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,84,36); }

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

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

 a { background-color: rgb(42,84,36); }

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

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

 span { border-color: rgb(42,84,36); }

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