#2A4721

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

Shades of Myrtle #2A4721

Tints of Myrtle #2A4721

Color information

#2A4721 (or 0x2A4721) is unknown color: approx Myrtle. HEX triplet: 2A, 47 and 21. RGB value is (42,71,33). Sum of RGB (Red+Green+Blue) = 42+71+33=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #2A4721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4721 is #D5B8DE. Grayscale: #3A3A3A. Windows color (decimal): -14006495 or 2180906. OLE color: 2180906.

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

Color convert

RGB427133-
CMYK0.4100.540.72
HSL105.79º36.54%20.39%-
HSV(B)105.79º53.52%27.84%-
XYZ3.485.112.24-
YUV58113.89116.59-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.77%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=28.77%
G=48.63%
B=22.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4271330.4100.540.72105.7936.5420.39
Hex2A472129036486a2514
Octal5210741510661101524524
Binary101010100011110000110100101101101001000110101010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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