#294033

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

Shades of English Holly #294033

Tints of English Holly #294033

Color information

#294033 (or 0x294033) is unknown color: approx English Holly. HEX triplet: 29, 40 and 33. RGB value is (41,64,51). Sum of RGB (Red+Green+Blue) = 41+64+51=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #294033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294033 is #D6BFCC. Grayscale: #373737. Windows color (decimal): -14073805 or 3358761. OLE color: 3358761.

HSL color Cylindrical-coordinate representation of color #294033: hue angle of 146.09º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #294033 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB416451-
CMYK0.3600.200.75
HSL146.09º21.9%20.59%-
HSV(B)146.09º35.94%25.1%-
XYZ3.354.383.8-
YUV55.64125.38117.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 64 (25.39% from 255) = 41.03%
BLUE value IS 51 (20.31% from 255) = 32.69%
R=26.28%
G=41.03%
B=32.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164510.3600.200.75146.0921.920.59
Hex294033240144B921615
Octal5110063440241132222625
Binary10100110000001100111001000101001001011100100101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294033; }

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

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

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

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

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

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

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

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