#29492A

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

Shades of Myrtle #29492A

Tints of Myrtle #29492A

Color information

#29492A (or 0x29492A) is unknown color: approx Myrtle. HEX triplet: 29, 49 and 2A. RGB value is (41,73,42). Sum of RGB (Red+Green+Blue) = 41+73+42=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #29492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29492A is #D6B6D5. Grayscale: #3B3B3B. Windows color (decimal): -14071510 or 2771241. OLE color: 2771241.

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

Color convert

RGB417342-
CMYK0.4400.420.71
HSL121.88º28.07%22.35%-
HSV(B)121.88º43.84%28.63%-
XYZ3.715.43.04-
YUV59.9117.9114.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 73 (28.91% from 255) = 46.79%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=26.28%
G=46.79%
B=26.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173420.4400.420.71121.8828.0722.35
Hex29492A2C02A477a1c16
Octal5111152540521071723426
Binary10100110010011010101011000101010100011111110101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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