#294433

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

Shades of English Holly #294433

Tints of English Holly #294433

Color information

#294433 (or 0x294433) is unknown color: approx English Holly. HEX triplet: 29, 44 and 33. RGB value is (41,68,51). Sum of RGB (Red+Green+Blue) = 41+68+51=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #294433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294433 is #D6BBCC. Grayscale: #3A3A3A. Windows color (decimal): -14072781 or 3359785. OLE color: 3359785.

HSL color Cylindrical-coordinate representation of color #294433: hue angle of 142.22º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294433 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB416851-
CMYK0.4000.250.73
HSL142.22º24.77%21.37%-
HSV(B)142.22º39.71%26.67%-
XYZ3.584.843.88-
YUV57.99124.05115.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=25.62%
G=42.5%
B=31.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168510.4000.250.73142.2224.7721.37
Hex29443328019498e1915
Octal5110463500311112163125
Binary10100110001001100111010000110011001001100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294433; }

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

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

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

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

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

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

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

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