#2A5326

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

Shades of Myrtle #2A5326

Tints of Myrtle #2A5326

Color information

#2A5326 (or 0x2A5326) is unknown color: approx Myrtle. HEX triplet: 2A, 53 and 26. RGB value is (42,83,38). Sum of RGB (Red+Green+Blue) = 42+83+38=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5326 is #D5ACD9. Grayscale: #414141. Windows color (decimal): -14003418 or 2511658. OLE color: 2511658.

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

Color convert

RGB428338-
CMYK0.4900.540.67
HSL114.67º37.19%23.73%-
HSV(B)114.67º54.22%32.55%-
XYZ4.46.822.92-
YUV65.61112.42111.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=25.77%
G=50.92%
B=23.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283380.4900.540.67114.6737.1923.73
Hex2A53263103643732518
Octal5212346610661031634530
Binary101010101001110011011000101101101000011111001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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