#2A571B

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

Shades of Myrtle #2A571B

Tints of Myrtle #2A571B

Color information

#2A571B (or 0x2A571B) is unknown color: approx Myrtle. HEX triplet: 2A, 57 and 1B. RGB value is (42,87,27). Sum of RGB (Red+Green+Blue) = 42+87+27=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #2A571B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A571B is #D5A8E4. Grayscale: #424242. Windows color (decimal): -14002405 or 1791786. OLE color: 1791786.

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

Color convert

RGB428727-
CMYK0.5200.690.66
HSL105º52.63%22.35%-
HSV(B)105º68.97%34.12%-
XYZ4.567.392.22-
YUV66.7105.59110.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 87 (34.38% from 255) = 55.77%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=26.92%
G=55.77%
B=17.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4287270.5200.690.6610552.6322.35
Hex2A571B3404542693516
Octal52127336401051021516526
Binary101010101011111011110100010001011000010110100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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