#29342E

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

Shades of Holly #29342E

Tints of Holly #29342E

Color information

#29342E (or 0x29342E) is unknown color: approx Holly. HEX triplet: 29, 34 and 2E. RGB value is (41,52,46). Sum of RGB (Red+Green+Blue) = 41+52+46=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 52 - color contains mainly: green. Hex color #29342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29342E is #D6CBD1. Grayscale: #303030. Windows color (decimal): -14076882 or 3028009. OLE color: 3028009.

HSL color Cylindrical-coordinate representation of color #29342E: hue angle of 147.27º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #29342E is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB415246-
CMYK0.2100.120.80
HSL147.27º11.83%18.24%-
HSV(B)147.27º21.15%20.39%-
XYZ2.643.123.05-
YUV48.03126.86122.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.50%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=29.50%
G=37.41%
B=33.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152460.2100.120.80147.2711.8318.24
Hex29342E150C5093c12
Octal516456250141202231422
Binary1010011101001011101010101100101000010010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29342E; }

 p { color: rgb(41,52,46); }

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

<style>
 a { background-color: #29342E; }

 a { background-color: rgb(41,52,46); }

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

<style>
 span { border-color: #29342E; }

 span { border-color: rgb(41,52,46); }

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