#29362D

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

Shades of Holly #29362D

Tints of Holly #29362D

Color information

#29362D (or 0x29362D) is unknown color: approx Holly. HEX triplet: 29, 36 and 2D. RGB value is (41,54,45). Sum of RGB (Red+Green+Blue) = 41+54+45=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 54 - color contains mainly: green. Hex color #29362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29362D is #D6C9D2. Grayscale: #313131. Windows color (decimal): -14076371 or 2962985. OLE color: 2962985.

HSL color Cylindrical-coordinate representation of color #29362D: hue angle of 138.46º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #29362D is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB415445-
CMYK0.2400.170.79
HSL138.46º13.68%18.63%-
HSV(B)138.46º24.07%21.18%-
XYZ2.713.32.98-
YUV49.09125.69122.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 54 (21.48% from 255) = 38.57%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=29.29%
G=38.57%
B=32.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154450.2400.170.79138.4613.6818.63
Hex29362D180114F8ae13
Octal516655300211172121623
Binary10100111011010110111000010001100111110001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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