#2A5328

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

Shades of Myrtle #2A5328

Tints of Myrtle #2A5328

Color information

#2A5328 (or 0x2A5328) is unknown color: approx Myrtle. HEX triplet: 2A, 53 and 28. RGB value is (42,83,40). Sum of RGB (Red+Green+Blue) = 42+83+40=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #2A5328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5328 is #D5ACD7. Grayscale: #414141. Windows color (decimal): -14003416 or 2642730. OLE color: 2642730.

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

Color convert

RGB428340-
CMYK0.4900.520.67
HSL117.21º34.96%24.12%-
HSV(B)117.21º51.81%32.55%-
XYZ4.436.833.09-
YUV65.84113.42111-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 83 (32.81% from 255) = 50.30%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=25.45%
G=50.30%
B=24.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4283400.4900.520.67117.2134.9624.12
Hex2A53283103443752318
Octal5212350610641031654330
Binary101010101001110100011000101101001000011111010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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