#29352D

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

Shades of Holly #29352D

Tints of Holly #29352D

Color information

#29352D (or 0x29352D) is unknown color: approx Holly. HEX triplet: 29, 35 and 2D. RGB value is (41,53,45). Sum of RGB (Red+Green+Blue) = 41+53+45=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 53 - color contains mainly: green. Hex color #29352D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29352D is #D6CAD2. Grayscale: #303030. Windows color (decimal): -14076627 or 2962729. OLE color: 2962729.

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

Color convert

RGB415345-
CMYK0.2300.150.79
HSL140º12.77%18.43%-
HSV(B)140º22.64%20.78%-
XYZ2.663.212.96-
YUV48.5126.02122.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=29.50%
G=38.13%
B=32.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153450.2300.150.7914012.7718.43
Hex29352D170F4F8cd12
Octal516555270171172141522
Binary1010011101011011011011101111100111110001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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