#29442A

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

Shades of Myrtle #29442A

Tints of Myrtle #29442A

Color information

#29442A (or 0x29442A) is unknown color: approx Myrtle. HEX triplet: 29, 44 and 2A. RGB value is (41,68,42). Sum of RGB (Red+Green+Blue) = 41+68+42=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #29442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29442A is #D6BBD5. Grayscale: #393939. Windows color (decimal): -14072790 or 2769961. OLE color: 2769961.

HSL color Cylindrical-coordinate representation of color #29442A: hue angle of 122.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29442A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB416842-
CMYK0.4000.380.73
HSL122.22º24.77%21.37%-
HSV(B)122.22º39.71%26.67%-
XYZ3.44.772.93-
YUV56.96119.55116.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=27.15%
G=45.03%
B=27.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168420.4000.380.73122.2224.7721.37
Hex29442A28026497a1915
Octal5110452500461111723125
Binary10100110001001010101010000100110100100111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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