#2A4726

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

Shades of Myrtle #2A4726

Tints of Myrtle #2A4726

Color information

#2A4726 (or 0x2A4726) is unknown color: approx Myrtle. HEX triplet: 2A, 47 and 26. RGB value is (42,71,38). Sum of RGB (Red+Green+Blue) = 42+71+38=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4726 is #D5B8D9. Grayscale: #3A3A3A. Windows color (decimal): -14006490 or 2508586. OLE color: 2508586.

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

Color convert

RGB427138-
CMYK0.4100.460.72
HSL112.73º30.28%21.37%-
HSV(B)112.73º46.48%27.84%-
XYZ3.565.142.64-
YUV58.57116.39116.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.81%
GREEN value IS 71 (28.12% from 255) = 47.02%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=27.81%
G=47.02%
B=25.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4271380.4100.460.72112.7330.2821.37
Hex2A47262902E48711e15
Octal5210746510561101613625
Binary10101010001111001101010010101110100100011100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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