#29462A

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

Shades of Myrtle #29462A

Tints of Myrtle #29462A

Color information

#29462A (or 0x29462A) is unknown color: approx Myrtle. HEX triplet: 29, 46 and 2A. RGB value is (41,70,42). Sum of RGB (Red+Green+Blue) = 41+70+42=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #29462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29462A is #D6B9D5. Grayscale: #3A3A3A. Windows color (decimal): -14072278 or 2770473. OLE color: 2770473.

HSL color Cylindrical-coordinate representation of color #29462A: hue angle of 122.07º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29462A is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB417042-
CMYK0.4100.400.73
HSL122.07º26.13%21.76%-
HSV(B)122.07º41.43%27.45%-
XYZ3.525.022.97-
YUV58.14118.89115.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 70 (27.73% from 255) = 45.75%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=26.80%
G=45.75%
B=27.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170420.4100.400.73122.0726.1321.76
Hex29462A29028497a1a16
Octal5110652510501111723226
Binary10100110001101010101010010101000100100111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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