#29332E

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

Shades of Holly #29332E

Tints of Holly #29332E

Color information

#29332E (or 0x29332E) is unknown color: approx Holly. HEX triplet: 29, 33 and 2E. RGB value is (41,51,46). Sum of RGB (Red+Green+Blue) = 41+51+46=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 51 - color contains mainly: green. Hex color #29332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29332E is #D6CCD1. Grayscale: #2F2F2F. Windows color (decimal): -14077138 or 3027753. OLE color: 3027753.

HSL color Cylindrical-coordinate representation of color #29332E: hue angle of 150º 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 #29332E is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB415146-
CMYK0.2000.100.8
HSL150º10.87%18.04%-
HSV(B)150º19.61%20%-
XYZ2.593.043.03-
YUV47.44127.19123.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=29.71%
G=36.96%
B=33.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4151460.2000.100.815010.8718.04
Hex29332E140A5096b12
Octal516356240121202261322
Binary1010011100111011101010001010101000010010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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