#2A482A

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

Shades of Myrtle #2A482A

Tints of Myrtle #2A482A

Color information

#2A482A (or 0x2A482A) is unknown color: approx Myrtle. HEX triplet: 2A, 48 and 2A. RGB value is (42,72,42). Sum of RGB (Red+Green+Blue) = 42+72+42=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #2A482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A482A is #D5B7D5. Grayscale: #3B3B3B. Windows color (decimal): -14006230 or 2770986. OLE color: 2770986.

HSL color Cylindrical-coordinate representation of color #2A482A: hue angle of 120º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A482A is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB427242-
CMYK0.4200.420.72
HSL120º26.32%22.35%-
HSV(B)120º41.67%28.24%-
XYZ3.695.293.02-
YUV59.61118.06115.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 72 (28.52% from 255) = 46.15%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=26.92%
G=46.15%
B=26.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272420.4200.420.7212026.3222.35
Hex2A482A2A02A48781a16
Octal5211052520521101703226
Binary10101010010001010101010100101010100100011110001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,72,42); }

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

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

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

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

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

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

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