#2A5224

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

Shades of Myrtle #2A5224

Tints of Myrtle #2A5224

Color information

#2A5224 (or 0x2A5224) is unknown color: approx Myrtle. HEX triplet: 2A, 52 and 24. RGB value is (42,82,36). Sum of RGB (Red+Green+Blue) = 42+82+36=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #2A5224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5224 is #D5ADDB. Grayscale: #404040. Windows color (decimal): -14003676 or 2380330. OLE color: 2380330.

HSL color Cylindrical-coordinate representation of color #2A5224: hue angle of 112.17º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A5224 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.

Color convert

RGB428236-
CMYK0.4900.560.68
HSL112.17º38.98%23.14%-
HSV(B)112.17º56.1%32.16%-
XYZ4.296.652.73-
YUV64.8111.75111.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 82 (32.42% from 255) = 51.25%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=26.25%
G=51.25%
B=22.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4282360.4900.560.68112.1738.9823.14
Hex2A52243103844702717
Octal5212244610701041604727
Binary101010101001010010011000101110001000100111000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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