Html Css Color HEX #294034 English Holly

📋 copy color: '#294034'

red 41 ◦ green 64 ◦ blue 52

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

Shades of English Holly #294034

Tints of English Holly #294034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.12%

R = 26.11%
G = 40.76%
B = 33.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#294034 (or 0x294034) is known color: English Holly. HEX triplet: 29, 40 and 34. RGB value is (41,64,52). Sum of RGB (Red+Green+Blue) = 41+64+52=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #294034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294034 is #D6BFCB. Grayscale: #373737. Windows color (decimal): -14073804 or 3424297. OLE color: 3424297.

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

Color convert

RGB 41 64 52 -
CMYK 0.36 0 0.19 0.75
HSL 148.7º 0.22% 0.21% -
HSV(B) 148.7º 0.36% 0.25% -
XYZ 3.37 4.39 3.92 -
YUV 55.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 41 64 52 0.36 0 0.19 0.75 148.7 0.22 0.21
Hex 29 40 34 24 0 13 4B 95 16 15
Octal 51 100 64 44 0 23 113 225 26 25
Binary 101001 1000000 110100 100100 0 10011 1001011 10010101 10110 10101

Color Harmonies of #294034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294034

Black with #294034

Text Example


Text Example

White with #294034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294034; }

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

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

background-color css

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

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

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

border-color css

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

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

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