#2A5024

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

Shades of Myrtle #2A5024

Tints of Myrtle #2A5024

Color information

#2A5024 (or 0x2A5024) is unknown color: approx Myrtle. HEX triplet: 2A, 50 and 24. RGB value is (42,80,36). Sum of RGB (Red+Green+Blue) = 42+80+36=158 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.58% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5024 is #D5AFDB. Grayscale: #3F3F3F. Windows color (decimal): -14004188 or 2379818. OLE color: 2379818.

HSL color Cylindrical-coordinate representation of color #2A5024: hue angle of 111.82º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5024 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB428036-
CMYK0.4800.550.69
HSL111.82º37.93%22.75%-
HSV(B)111.82º55%31.37%-
XYZ4.146.362.68-
YUV63.62112.41112.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.58%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=26.58%
G=50.63%
B=22.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280360.4800.550.69111.8237.9322.75
Hex2A50243003745702617
Octal5212044600671051604627
Binary101010101000010010011000001101111000101111000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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