#29352E

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

Shades of Holly #29352E

Tints of Holly #29352E

Color information

#29352E (or 0x29352E) is unknown color: approx Holly. HEX triplet: 29, 35 and 2E. RGB value is (41,53,46). Sum of RGB (Red+Green+Blue) = 41+53+46=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #29352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29352E is #D6CAD1. Grayscale: #303030. Windows color (decimal): -14076626 or 3028265. OLE color: 3028265.

HSL color Cylindrical-coordinate representation of color #29352E: hue angle of 145º 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 #29352E is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB415346-
CMYK0.2300.130.79
HSL145º12.77%18.43%-
HSV(B)145º22.64%20.78%-
XYZ2.683.213.06-
YUV48.61126.52122.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=29.29%
G=37.86%
B=32.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153460.2300.130.7914512.7718.43
Hex29352E170D4F91d12
Octal516556270151172211522
Binary1010011101011011101011101101100111110010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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