#2A551B

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

Shades of Myrtle #2A551B

Tints of Myrtle #2A551B

Color information

#2A551B (or 0x2A551B) is unknown color: approx Myrtle. HEX triplet: 2A, 55 and 1B. RGB value is (42,85,27). Sum of RGB (Red+Green+Blue) = 42+85+27=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #2A551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A551B is #D5AAE4. Grayscale: #414141. Windows color (decimal): -14002917 or 1791274. OLE color: 1791274.

HSL color Cylindrical-coordinate representation of color #2A551B: hue angle of 104.48º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A551B is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB428527-
CMYK0.5100.680.67
HSL104.48º51.79%21.96%-
HSV(B)104.48º68.24%33.33%-
XYZ4.47.072.17-
YUV65.53106.25111.22-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.27%
GREEN value IS 85 (33.59% from 255) = 55.19%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=27.27%
G=55.19%
B=17.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285270.5100.680.67104.4851.7921.96
Hex2A551B3304443683416
Octal52125336301041031506426
Binary101010101010111011110011010001001000011110100011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,27); }

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

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

 a { background-color: rgb(42,85,27); }

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

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

 span { border-color: rgb(42,85,27); }

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