#29392F

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

Shades of Holly #29392F

Tints of Holly #29392F

Color information

#29392F (or 0x29392F) is unknown color: approx Holly. HEX triplet: 29, 39 and 2F. RGB value is (41,57,47). Sum of RGB (Red+Green+Blue) = 41+57+47=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #29392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29392F is #D6C6D0. Grayscale: #333333. Windows color (decimal): -14075601 or 3094825. OLE color: 3094825.

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

Color convert

RGB415747-
CMYK0.2800.180.78
HSL142.5º16.33%19.22%-
HSV(B)142.5º28.07%22.35%-
XYZ2.893.63.23-
YUV51.08125.7120.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=28.28%
G=39.31%
B=32.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157470.2800.180.78142.516.3319.22
Hex29392F1C0124E8e1013
Octal517157340221162162023
Binary101001111001101111111000100101001110100011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29392F; }

 p { color: rgb(41,57,47); }

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

<style>
 a { background-color: #29392F; }

 a { background-color: rgb(41,57,47); }

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

<style>
 span { border-color: #29392F; }

 span { border-color: rgb(41,57,47); }

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