#294032

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

Shades of English Holly #294032

Tints of English Holly #294032

Color information

#294032 (or 0x294032) is unknown color: approx English Holly. HEX triplet: 29, 40 and 32. RGB value is (41,64,50). Sum of RGB (Red+Green+Blue) = 41+64+50=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #294032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294032 is #D6BFCD. Grayscale: #373737. Windows color (decimal): -14073806 or 3293225. OLE color: 3293225.

HSL color Cylindrical-coordinate representation of color #294032: hue angle of 143.48º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #294032 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB416450-
CMYK0.3600.220.75
HSL143.48º21.9%20.59%-
HSV(B)143.48º35.94%25.1%-
XYZ3.324.373.69-
YUV55.53124.88117.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.45%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 50 (19.92% from 255) = 32.26%
R=26.45%
G=41.29%
B=32.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164500.3600.220.75143.4821.920.59
Hex294032240164B8f1615
Octal5110062440261132172625
Binary10100110000001100101001000101101001011100011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294032; }

 p { color: rgb(41,64,50); }

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

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

 a { background-color: rgb(41,64,50); }

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

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

 span { border-color: rgb(41,64,50); }

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