#2A4428

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

Shades of Myrtle #2A4428

Tints of Myrtle #2A4428

Color information

#2A4428 (or 0x2A4428) is unknown color: approx Myrtle. HEX triplet: 2A, 44 and 28. RGB value is (42,68,40). Sum of RGB (Red+Green+Blue) = 42+68+40=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4428 is #D5BBD7. Grayscale: #393939. Windows color (decimal): -14007256 or 2638890. OLE color: 2638890.

HSL color Cylindrical-coordinate representation of color #2A4428: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A4428 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB426840-
CMYK0.3800.410.73
HSL115.71º25.93%21.18%-
HSV(B)115.71º41.18%26.67%-
XYZ3.44.782.75-
YUV57.03118.39117.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=28%
G=45.33%
B=26.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268400.3800.410.73115.7125.9321.18
Hex2A44282602949741a15
Octal5210450460511111643225
Binary10101010001001010001001100101001100100111101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,68,40); }

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

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

 a { background-color: rgb(42,68,40); }

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

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

 span { border-color: rgb(42,68,40); }

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