Html Css Color HEX #294032 English Holly

📋 copy color: '#294032'

red 41 ◦ green 64 ◦ blue 50

#294032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of English Holly #294032

Tints of English Holly #294032

RGB

 RED value IS 41 (16.41% from 255) = 26.45%

 GREEN value IS 64 (25.39% from 255) = 41.29%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 26.45%
G = 41.29%
B = 32.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#294032 (or 0x294032) is known color: English Holly. HEX triplet: 29, 40 and 32. RGB value is (41,64,50). Sum of RGB (Red+Green+Blue) = 41+64+50=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #294032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294032 is #D6BFCD. Grayscale: #373737. Windows color (decimal): -14073806 or 3293225. OLE color: 3293225.

HSL color Cylindrical-coordinate representation of color #294032: hue angle of 143.48º 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 #294032 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 64 50 -
CMYK 0.36 0 0.22 0.75
HSL 143.48º 0.22% 0.21% -
HSV(B) 143.48º 0.36% 0.25% -
XYZ 3.32 4.37 3.69 -
YUV 55.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 41 64 50 0.36 0 0.22 0.75 143.48 0.22 0.21
Hex 29 40 32 24 0 16 4B 8F 16 15
Octal 51 100 62 44 0 26 113 217 26 25
Binary 101001 1000000 110010 100100 0 10110 1001011 10001111 10110 10101

Color Harmonies of #294032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294032

Black with #294032

Text Example


Text Example

White with #294032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294032; }

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

 H1.HeaderClassName
 {
   color: #294032;
 }
 .AnyTagClassName
 {
   color: #294032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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