#29362F

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

Shades of Holly #29362F

Tints of Holly #29362F

Color information

#29362F (or 0x29362F) is unknown color: approx Holly. HEX triplet: 29, 36 and 2F. RGB value is (41,54,47). Sum of RGB (Red+Green+Blue) = 41+54+47=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 54 - color contains mainly: green. Hex color #29362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29362F is #D6C9D0. Grayscale: #313131. Windows color (decimal): -14076369 or 3094057. OLE color: 3094057.

HSL color Cylindrical-coordinate representation of color #29362F: hue angle of 147.69º 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 #29362F is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB415447-
CMYK0.2400.130.79
HSL147.69º13.68%18.63%-
HSV(B)147.69º24.07%21.18%-
XYZ2.753.313.18-
YUV49.32126.69122.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=28.87%
G=38.03%
B=33.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154470.2400.130.79147.6913.6818.63
Hex29362F180D4F94e13
Octal516657300151172241623
Binary1010011101101011111100001101100111110010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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