#2A551E

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

Shades of Myrtle #2A551E

Tints of Myrtle #2A551E

Color information

#2A551E (or 0x2A551E) is unknown color: approx Myrtle. HEX triplet: 2A, 55 and 1E. RGB value is (42,85,30). Sum of RGB (Red+Green+Blue) = 42+85+30=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #2A551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A551E is #D5AAE1. Grayscale: #424242. Windows color (decimal): -14002914 or 1987882. OLE color: 1987882.

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

Color convert

RGB428530-
CMYK0.5100.650.67
HSL106.91º47.83%22.55%-
HSV(B)106.91º64.71%33.33%-
XYZ4.447.082.36-
YUV65.87107.75110.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.75%
GREEN value IS 85 (33.59% from 255) = 54.14%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=26.75%
G=54.14%
B=19.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285300.5100.650.67106.9147.8322.55
Hex2A551E33041436b3017
Octal52125366301011031536027
Binary101010101010111110110011010000011000011110101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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