#2A481F

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

Shades of Myrtle #2A481F

Tints of Myrtle #2A481F

Color information

#2A481F (or 0x2A481F) is unknown color: approx Myrtle. HEX triplet: 2A, 48 and 1F. RGB value is (42,72,31). Sum of RGB (Red+Green+Blue) = 42+72+31=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #2A481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A481F is #D5B7E0. Grayscale: #3A3A3A. Windows color (decimal): -14006241 or 2050090. OLE color: 2050090.

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

Color convert

RGB427231-
CMYK0.4200.570.72
HSL103.9º39.81%20.2%-
HSV(B)103.9º56.94%28.24%-
XYZ3.525.232.12-
YUV58.36112.56116.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.97%
GREEN value IS 72 (28.52% from 255) = 49.66%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=28.97%
G=49.66%
B=21.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4272310.4200.570.72103.939.8120.2
Hex2A481F2A03948682814
Octal5211037520711101505024
Binary10101010010001111110101001110011001000110100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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