#29352F

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

Shades of Holly #29352F

Tints of Holly #29352F

Color information

#29352F (or 0x29352F) is unknown color: approx Holly. HEX triplet: 29, 35 and 2F. RGB value is (41,53,47). Sum of RGB (Red+Green+Blue) = 41+53+47=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 53 - color contains mainly: green. Hex color #29352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29352F is #D6CAD0. Grayscale: #303030. Windows color (decimal): -14076625 or 3093801. OLE color: 3093801.

HSL color Cylindrical-coordinate representation of color #29352F: hue angle of 150º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #29352F is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB415347-
CMYK0.2300.110.79
HSL150º12.77%18.43%-
HSV(B)150º22.64%20.78%-
XYZ2.73.223.17-
YUV48.73127.02122.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=29.08%
G=37.59%
B=33.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153470.2300.110.7915012.7718.43
Hex29352F170B4F96d12
Octal516557270131172261522
Binary1010011101011011111011101011100111110010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29352F; }

 p { color: rgb(41,53,47); }

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

<style>
 a { background-color: #29352F; }

 a { background-color: rgb(41,53,47); }

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

<style>
 span { border-color: #29352F; }

 span { border-color: rgb(41,53,47); }

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