#2A5806

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

Shades of Myrtle #2A5806

Tints of Myrtle #2A5806

Color information

#2A5806 (or 0x2A5806) is unknown color: approx Myrtle. HEX triplet: 2A, 58 and 06. RGB value is (42,88,6). Sum of RGB (Red+Green+Blue) = 42+88+6=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #2A5806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5806 is #D5A7F9. Grayscale: #414141. Windows color (decimal): -14002170 or 415786. OLE color: 415786.

HSL color Cylindrical-coordinate representation of color #2A5806: hue angle of 93.66º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A5806 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB42886-
CMYK0.5200.930.65
HSL93.66º87.23%18.43%-
HSV(B)93.66º93.18%34.51%-
XYZ4.487.481.38-
YUV64.994.76111.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30.88%
GREEN value IS 88 (34.77% from 255) = 64.71%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=30.88%
G=64.71%
B=4.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal428860.5200.930.6593.6687.2318.43
Hex2A5863405D415e5712
Octal52130664013510113612722
Binary10101010110001101101000101110110000011011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,6); }

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

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

 a { background-color: rgb(42,88,6); }

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

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

 span { border-color: rgb(42,88,6); }

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