#2A5426

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

Shades of Myrtle #2A5426

Tints of Myrtle #2A5426

Color information

#2A5426 (or 0x2A5426) is unknown color: approx Myrtle. HEX triplet: 2A, 54 and 26. RGB value is (42,84,38). Sum of RGB (Red+Green+Blue) = 42+84+38=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5426 is #D5ABD9. Grayscale: #424242. Windows color (decimal): -14003162 or 2511914. OLE color: 2511914.

HSL color Cylindrical-coordinate representation of color #2A5426: hue angle of 114.78º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A5426 is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB428438-
CMYK0.500.550.67
HSL114.78º37.7%23.92%-
HSV(B)114.78º54.76%32.94%-
XYZ4.486.972.94-
YUV66.2112.09110.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.61%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=25.61%
G=51.22%
B=23.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4284380.500.550.67114.7837.723.92
Hex2A54263203743732618
Octal5212446620671031634630
Binary101010101010010011011001001101111000011111001110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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