#2A4720

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

Shades of Myrtle #2A4720

Tints of Myrtle #2A4720

Color information

#2A4720 (or 0x2A4720) is unknown color: approx Myrtle. HEX triplet: 2A, 47 and 20. RGB value is (42,71,32). Sum of RGB (Red+Green+Blue) = 42+71+32=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4720 is #D5B8DF. Grayscale: #3A3A3A. Windows color (decimal): -14006496 or 2115370. OLE color: 2115370.

HSL color Cylindrical-coordinate representation of color #2A4720: hue angle of 104.62º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A4720 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB427132-
CMYK0.4100.550.72
HSL104.62º37.86%20.2%-
HSV(B)104.62º54.93%27.84%-
XYZ3.475.12.17-
YUV57.88113.39116.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.97%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=28.97%
G=48.97%
B=22.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4271320.4100.550.72104.6237.8620.2
Hex2A47202903748692614
Octal5210740510671101514624
Binary101010100011110000010100101101111001000110100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,32); }

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

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

 a { background-color: rgb(42,71,32); }

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

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

 span { border-color: rgb(42,71,32); }

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