#2A4121

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

Shades of Myrtle #2A4121

Tints of Myrtle #2A4121

Color information

#2A4121 (or 0x2A4121) is unknown color: approx Myrtle. HEX triplet: 2A, 41 and 21. RGB value is (42,65,33). Sum of RGB (Red+Green+Blue) = 42+65+33=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4121 is #D5BEDE. Grayscale: #363636. Windows color (decimal): -14008031 or 2179370. OLE color: 2179370.

HSL color Cylindrical-coordinate representation of color #2A4121: hue angle of 103.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2A4121 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB426533-
CMYK0.3500.490.75
HSL103.12º32.65%19.22%-
HSV(B)103.12º49.23%25.49%-
XYZ3.124.382.12-
YUV54.48115.88119.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=30%
G=46.43%
B=23.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265330.3500.490.75103.1232.6519.22
Hex2A4121230314B672113
Octal5210141430611131474123
Binary101010100000110000110001101100011001011110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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