#294332

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

Shades of English Holly #294332

Tints of English Holly #294332

Color information

#294332 (or 0x294332) is unknown color: approx English Holly. HEX triplet: 29, 43 and 32. RGB value is (41,67,50). Sum of RGB (Red+Green+Blue) = 41+67+50=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 67 - color contains mainly: green. Hex color #294332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294332 is #D6BCCD. Grayscale: #393939. Windows color (decimal): -14073038 or 3293993. OLE color: 3293993.

HSL color Cylindrical-coordinate representation of color #294332: hue angle of 140.77º 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 #294332 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB416750-
CMYK0.3900.250.74
HSL140.77º24.07%21.18%-
HSV(B)140.77º38.81%26.27%-
XYZ3.54.723.74-
YUV57.29123.89116.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.95%
GREEN value IS 67 (26.56% from 255) = 42.41%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=25.95%
G=42.41%
B=31.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167500.3900.250.74140.7724.0721.18
Hex294332270194A8d1815
Octal5110362470311122153025
Binary10100110000111100101001110110011001010100011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294332; }

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

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

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

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

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

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

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

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