#29382E

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

Shades of Holly #29382E

Tints of Holly #29382E

Color information

#29382E (or 0x29382E) is unknown color: approx Holly. HEX triplet: 29, 38 and 2E. RGB value is (41,56,46). Sum of RGB (Red+Green+Blue) = 41+56+46=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 56 - color contains mainly: green. Hex color #29382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29382E is #D6C7D1. Grayscale: #323232. Windows color (decimal): -14075858 or 3029033. OLE color: 3029033.

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

Color convert

RGB415646-
CMYK0.2700.180.78
HSL140º15.46%19.02%-
HSV(B)140º26.79%21.96%-
XYZ2.823.53.11-
YUV50.38125.53121.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=28.67%
G=39.16%
B=32.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156460.2700.180.7814015.4619.02
Hex29382E1B0124E8cf13
Octal517056330221162141723
Binary10100111100010111011011010010100111010001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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