#29302C

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

Shades of Holly #29302C

Tints of Holly #29302C

Color information

#29302C (or 0x29302C) is unknown color: approx Holly. HEX triplet: 29, 30 and 2C. RGB value is (41,48,44). Sum of RGB (Red+Green+Blue) = 41+48+44=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 48 - color contains mainly: green. Hex color #29302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29302C is #D6CFD3. Grayscale: #2D2D2D. Windows color (decimal): -14077908 or 2895913. OLE color: 2895913.

HSL color Cylindrical-coordinate representation of color #29302C: hue angle of 145.71º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #29302C is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB414844-
CMYK0.1500.080.81
HSL145.71º7.87%17.45%-
HSV(B)145.71º14.58%18.82%-
XYZ2.432.772.79-
YUV45.45127.18124.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=30.83%
G=36.09%
B=33.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148440.1500.080.81145.717.8717.45
Hex29302CF085192811
Octal516054170101212221021
Binary101001110000101100111101000101000110010010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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