#2A5722

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

Shades of Myrtle #2A5722

Tints of Myrtle #2A5722

Color information

#2A5722 (or 0x2A5722) is unknown color: approx Myrtle. HEX triplet: 2A, 57 and 22. RGB value is (42,87,34). Sum of RGB (Red+Green+Blue) = 42+87+34=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 87 (34.38% from 255 or 53.37% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 87 - color contains mainly: green. Hex color #2A5722 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5722 is #D5A8DD. Grayscale: #434343. Windows color (decimal): -14002398 or 2250538. OLE color: 2250538.

HSL color Cylindrical-coordinate representation of color #2A5722: hue angle of 110.94º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A5722 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB428734-
CMYK0.5200.610.66
HSL110.94º43.8%23.73%-
HSV(B)110.94º60.92%34.12%-
XYZ4.657.422.7-
YUV67.5109.09109.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 87 (34.38% from 255) = 53.37%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=25.77%
G=53.37%
B=20.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4287340.5200.610.66110.9443.823.73
Hex2A57223403D426f2c18
Octal5212742640751021575430
Binary101010101011110001011010001111011000010110111110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,34); }

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

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

 a { background-color: rgb(42,87,34); }

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

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

 span { border-color: rgb(42,87,34); }

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