#2A591E

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

Shades of Myrtle #2A591E

Tints of Myrtle #2A591E

Color information

#2A591E (or 0x2A591E) is unknown color: approx Myrtle. HEX triplet: 2A, 59 and 1E. RGB value is (42,89,30). Sum of RGB (Red+Green+Blue) = 42+89+30=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #2A591E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A591E is #D5A6E1. Grayscale: #444444. Windows color (decimal): -14001890 or 1988906. OLE color: 1988906.

HSL color Cylindrical-coordinate representation of color #2A591E: hue angle of 107.8º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A591E is Cyan = 0.53, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB428930-
CMYK0.5300.660.65
HSL107.8º49.58%23.33%-
HSV(B)107.8º66.29%34.9%-
XYZ4.767.732.47-
YUV68.22106.43109.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.09%
GREEN value IS 89 (35.16% from 255) = 55.28%
BLUE value IS 30 (12.11% from 255) = 18.63%
R=26.09%
G=55.28%
B=18.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4289300.5300.660.65107.849.5823.33
Hex2A591E35042416c3217
Octal52131366501021011546227
Binary101010101100111110110101010000101000001110110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A591E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,30); }

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

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

 a { background-color: rgb(42,89,30); }

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

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

 span { border-color: rgb(42,89,30); }

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