#29312C

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

Shades of Holly #29312C

Tints of Holly #29312C

Color information

#29312C (or 0x29312C) is unknown color: approx Holly. HEX triplet: 29, 31 and 2C. RGB value is (41,49,44). Sum of RGB (Red+Green+Blue) = 41+49+44=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 49 - color contains mainly: green. Hex color #29312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29312C is #D6CED3. Grayscale: #2E2E2E. Windows color (decimal): -14077652 or 2896169. OLE color: 2896169.

HSL color Cylindrical-coordinate representation of color #29312C: hue angle of 142.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #29312C is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB414944-
CMYK0.1600.100.81
HSL142.5º8.89%17.65%-
HSV(B)142.5º16.33%19.22%-
XYZ2.472.852.8-
YUV46.04126.85124.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=30.60%
G=36.57%
B=32.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149440.1600.100.81142.58.8917.65
Hex29312C100A518e912
Octal516154200121212161122
Binary1010011100011011001000001010101000110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29312C; }

 p { color: rgb(41,49,44); }

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

<style>
 a { background-color: #29312C; }

 a { background-color: rgb(41,49,44); }

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

<style>
 span { border-color: #29312C; }

 span { border-color: rgb(41,49,44); }

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