#29402A

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

Shades of Myrtle #29402A

Tints of Myrtle #29402A

Color information

#29402A (or 0x29402A) is unknown color: approx Myrtle. HEX triplet: 29, 40 and 2A. RGB value is (41,64,42). Sum of RGB (Red+Green+Blue) = 41+64+42=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #29402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29402A is #D6BFD5. Grayscale: #363636. Windows color (decimal): -14073814 or 2768937. OLE color: 2768937.

HSL color Cylindrical-coordinate representation of color #29402A: hue angle of 122.61º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #29402A is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB416442-
CMYK0.3600.340.75
HSL122.61º21.9%20.59%-
HSV(B)122.61º35.94%25.1%-
XYZ3.174.312.85-
YUV54.61120.88118.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.89%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=27.89%
G=43.54%
B=28.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164420.3600.340.75122.6121.920.59
Hex29402A240224B7b1615
Octal5110052440421131732625
Binary10100110000001010101001000100010100101111110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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