#29482A

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

Shades of Myrtle #29482A

Tints of Myrtle #29482A

Color information

#29482A (or 0x29482A) is unknown color: approx Myrtle. HEX triplet: 29, 48 and 2A. RGB value is (41,72,42). Sum of RGB (Red+Green+Blue) = 41+72+42=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 72 (28.52% from 255 or 46.45% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 72 - color contains mainly: green. Hex color #29482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29482A is #D6B7D5. Grayscale: #3B3B3B. Windows color (decimal): -14071766 or 2770985. OLE color: 2770985.

HSL color Cylindrical-coordinate representation of color #29482A: hue angle of 121.94º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29482A is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB417242-
CMYK0.4300.420.72
HSL121.94º27.43%22.16%-
HSV(B)121.94º43.06%28.24%-
XYZ3.655.273.02-
YUV59.31118.23114.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 72 (28.52% from 255) = 46.45%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=26.45%
G=46.45%
B=27.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172420.4300.420.72121.9427.4322.16
Hex29482A2B02A487a1b16
Octal5111052530521101723326
Binary10100110010001010101010110101010100100011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29482A; }

 p { color: rgb(41,72,42); }

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

<style>
 a { background-color: #29482A; }

 a { background-color: rgb(41,72,42); }

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

<style>
 span { border-color: #29482A; }

 span { border-color: rgb(41,72,42); }

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