#29332D

Color #29332D Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #29332D

Tints of Holly #29332D

Color information

#29332D (or 0x29332D) is unknown color: approx Holly. HEX triplet: 29, 33 and 2D. RGB value is (41,51,45). Sum of RGB (Red+Green+Blue) = 41+51+45=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 51 - color contains mainly: green. Hex color #29332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29332D is #D6CCD2. Grayscale: #2F2F2F. Windows color (decimal): -14077139 or 2962217. OLE color: 2962217.

HSL color Cylindrical-coordinate representation of color #29332D: hue angle of 144º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #29332D is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB415145-
CMYK0.2000.120.8
HSL144º10.87%18.04%-
HSV(B)144º19.61%20%-
XYZ2.573.032.93-
YUV47.33126.69123.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.93%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 45 (17.97% from 255) = 32.85%
R=29.93%
G=37.23%
B=32.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151450.2000.120.814410.8718.04
Hex29332D140C5090b12
Octal516355240141202201322
Binary1010011100111011011010001100101000010010000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29332D; }

 p { color: rgb(41,51,45); }

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

<style>
 a { background-color: #29332D; }

 a { background-color: rgb(41,51,45); }

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

<style>
 span { border-color: #29332D; }

 span { border-color: rgb(41,51,45); }

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