#2A5519

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

Shades of Myrtle #2A5519

Tints of Myrtle #2A5519

Color information

#2A5519 (or 0x2A5519) is unknown color: approx Myrtle. HEX triplet: 2A, 55 and 19. RGB value is (42,85,25). Sum of RGB (Red+Green+Blue) = 42+85+25=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5519 is #D5AAE6. Grayscale: #414141. Windows color (decimal): -14002919 or 1660202. OLE color: 1660202.

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

Color convert

RGB428525-
CMYK0.5100.710.67
HSL103º54.55%21.57%-
HSV(B)103º70.59%33.33%-
XYZ4.387.062.05-
YUV65.3105.25111.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=27.63%
G=55.92%
B=16.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285250.5100.710.6710354.5521.57
Hex2A55193304743673716
Octal52125316301071031476726
Binary101010101010111001110011010001111000011110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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