#294633

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

Shades of English Holly #294633

Tints of English Holly #294633

Color information

#294633 (or 0x294633) is unknown color: approx English Holly. HEX triplet: 29, 46 and 33. RGB value is (41,70,51). Sum of RGB (Red+Green+Blue) = 41+70+51=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #294633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294633 is #D6B9CC. Grayscale: #3B3B3B. Windows color (decimal): -14072269 or 3360297. OLE color: 3360297.

HSL color Cylindrical-coordinate representation of color #294633: hue angle of 140.69º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294633 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.73.

Color convert

RGB417051-
CMYK0.4100.270.73
HSL140.69º26.13%21.76%-
HSV(B)140.69º41.43%27.45%-
XYZ3.75.093.92-
YUV59.16123.39115.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.31%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=25.31%
G=43.21%
B=31.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4170510.4100.270.73140.6926.1321.76
Hex2946332901B498d1a16
Octal5110663510331112153226
Binary10100110001101100111010010110111001001100011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294633; }

 p { color: rgb(41,70,51); }

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

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

 a { background-color: rgb(41,70,51); }

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

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

 span { border-color: rgb(41,70,51); }

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