#294335

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

Shades of English Holly #294335

Tints of English Holly #294335

Color information

#294335 (or 0x294335) is unknown color: approx English Holly. HEX triplet: 29, 43 and 35. RGB value is (41,67,53). Sum of RGB (Red+Green+Blue) = 41+67+53=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #294335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294335 is #D6BCCA. Grayscale: #393939. Windows color (decimal): -14073035 or 3490601. OLE color: 3490601.

HSL color Cylindrical-coordinate representation of color #294335: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #294335 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB416753-
CMYK0.3900.210.74
HSL147.69º24.07%21.18%-
HSV(B)147.69º38.81%26.27%-
XYZ3.564.744.1-
YUV57.63125.39116.14-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 67 (26.56% from 255) = 41.61%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=25.47%
G=41.61%
B=32.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167530.3900.210.74147.6924.0721.18
Hex294335270154A941815
Octal5110365470251122243025
Binary10100110000111101011001110101011001010100101001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294335; }

 p { color: rgb(41,67,53); }

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

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

 a { background-color: rgb(41,67,53); }

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

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

 span { border-color: rgb(41,67,53); }

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