#294533

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

Shades of English Holly #294533

Tints of English Holly #294533

Color information

#294533 (or 0x294533) is unknown color: approx English Holly. HEX triplet: 29, 45 and 33. RGB value is (41,69,51). Sum of RGB (Red+Green+Blue) = 41+69+51=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #294533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294533 is #D6BACC. Grayscale: #3A3A3A. Windows color (decimal): -14072525 or 3360041. OLE color: 3360041.

HSL color Cylindrical-coordinate representation of color #294533: hue angle of 141.43º degrees, saturation: 0.25, 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 #294533 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB416951-
CMYK0.4100.260.73
HSL141.43º25.45%21.57%-
HSV(B)141.43º40.58%27.06%-
XYZ3.644.973.9-
YUV58.58123.72115.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=25.47%
G=42.86%
B=31.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4169510.4100.260.73141.4325.4521.57
Hex2945332901A498d1916
Octal5110563510321112153126
Binary10100110001011100111010010110101001001100011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294533; }

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

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

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

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

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

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

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

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