#2A521D

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

Shades of Myrtle #2A521D

Tints of Myrtle #2A521D

Color information

#2A521D (or 0x2A521D) is unknown color: approx Myrtle. HEX triplet: 2A, 52 and 1D. RGB value is (42,82,29). Sum of RGB (Red+Green+Blue) = 42+82+29=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #2A521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A521D is #D5ADE2. Grayscale: #404040. Windows color (decimal): -14003683 or 1921578. OLE color: 1921578.

HSL color Cylindrical-coordinate representation of color #2A521D: hue angle of 105.28º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A521D is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB428229-
CMYK0.4900.650.68
HSL105.28º47.75%21.76%-
HSV(B)105.28º64.63%32.16%-
XYZ4.196.622.22-
YUV64108.25112.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 82 (32.42% from 255) = 53.59%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=27.45%
G=53.59%
B=18.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4282290.4900.650.68105.2847.7521.76
Hex2A521D3104144693016
Octal52122356101011041516026
Binary101010101001011101110001010000011000100110100111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A521D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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