#2A481D

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

Shades of Myrtle #2A481D

Tints of Myrtle #2A481D

Color information

#2A481D (or 0x2A481D) is unknown color: approx Myrtle. HEX triplet: 2A, 48 and 1D. RGB value is (42,72,29). Sum of RGB (Red+Green+Blue) = 42+72+29=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #2A481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A481D is #D5B7E2. Grayscale: #3A3A3A. Windows color (decimal): -14006243 or 1919018. OLE color: 1919018.

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

Color convert

RGB427229-
CMYK0.4200.600.72
HSL101.86º42.57%19.8%-
HSV(B)101.86º59.72%28.24%-
XYZ3.495.221.98-
YUV58.13111.56116.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.37%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=29.37%
G=50.35%
B=20.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272290.4200.600.72101.8642.5719.8
Hex2A481D2A03C48662b14
Octal5211035520741101465324
Binary10101010010001110110101001111001001000110011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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