#2A4424

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

Shades of Myrtle #2A4424

Tints of Myrtle #2A4424

Color information

#2A4424 (or 0x2A4424) is unknown color: approx Myrtle. HEX triplet: 2A, 44 and 24. RGB value is (42,68,36). Sum of RGB (Red+Green+Blue) = 42+68+36=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #2A4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4424 is #D5BBDB. Grayscale: #383838. Windows color (decimal): -14007260 or 2376746. OLE color: 2376746.

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

Color convert

RGB426836-
CMYK0.3800.470.73
HSL108.75º30.77%20.39%-
HSV(B)108.75º47.06%26.67%-
XYZ3.344.752.41-
YUV56.58116.39117.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.77%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=28.77%
G=46.58%
B=24.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4268360.3800.470.73108.7530.7720.39
Hex2A44242602F496d1f14
Octal5210444460571111553724
Binary10101010001001001001001100101111100100111011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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