#2A4521

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

Shades of Myrtle #2A4521

Tints of Myrtle #2A4521

Color information

#2A4521 (or 0x2A4521) is unknown color: approx Myrtle. HEX triplet: 2A, 45 and 21. RGB value is (42,69,33). Sum of RGB (Red+Green+Blue) = 42+69+33=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4521 is #D5BADE. Grayscale: #383838. Windows color (decimal): -14007007 or 2180394. OLE color: 2180394.

HSL color Cylindrical-coordinate representation of color #2A4521: hue angle of 105º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A4521 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB426933-
CMYK0.3900.520.73
HSL105º35.29%20%-
HSV(B)105º52.17%27.06%-
XYZ3.364.862.2-
YUV56.82114.55117.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.17%
GREEN value IS 69 (27.34% from 255) = 47.92%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=29.17%
G=47.92%
B=22.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4269330.3900.520.7310535.2920
Hex2A45212703449692314
Octal5210541470641111514324
Binary101010100010110000110011101101001001001110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,69,33); }

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

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

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

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

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

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

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