#294234

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

Shades of English Holly #294234

Tints of English Holly #294234

Color information

#294234 (or 0x294234) is unknown color: approx English Holly. HEX triplet: 29, 42 and 34. RGB value is (41,66,52). Sum of RGB (Red+Green+Blue) = 41+66+52=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #294234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294234 is #D6BDCB. Grayscale: #383838. Windows color (decimal): -14073292 or 3424809. OLE color: 3424809.

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

Color convert

RGB416652-
CMYK0.3800.210.74
HSL146.4º23.36%20.98%-
HSV(B)146.4º37.88%25.88%-
XYZ3.484.623.96-
YUV56.93125.22116.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=25.79%
G=41.51%
B=32.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4166520.3800.210.74146.423.3620.98
Hex294234260154A921715
Octal5110264460251122222725
Binary10100110000101101001001100101011001010100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294234; }

 p { color: rgb(41,66,52); }

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

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

 a { background-color: rgb(41,66,52); }

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

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

 span { border-color: rgb(41,66,52); }

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