#2A4126

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

Shades of Myrtle #2A4126

Tints of Myrtle #2A4126

Color information

#2A4126 (or 0x2A4126) is unknown color: approx Myrtle. HEX triplet: 2A, 41 and 26. RGB value is (42,65,38). Sum of RGB (Red+Green+Blue) = 42+65+38=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4126 is #D5BED9. Grayscale: #373737. Windows color (decimal): -14008026 or 2507050. OLE color: 2507050.

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

Color convert

RGB426538-
CMYK0.3500.420.75
HSL111.11º26.21%20.2%-
HSV(B)111.11º41.54%25.49%-
XYZ3.194.412.52-
YUV55.04118.38118.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.97%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=28.97%
G=44.83%
B=26.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4265380.3500.420.75111.1126.2120.2
Hex2A41262302A4B6f1a14
Octal5210146430521131573224
Binary10101010000011001101000110101010100101111011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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