Html Css Color HEX #294334 English Holly

📋 copy color: '#294334'

red 41 ◦ green 67 ◦ blue 52

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

Shades of English Holly #294334

Tints of English Holly #294334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 41.88%

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

R = 25.63%
G = 41.88%
B = 32.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#294334 (or 0x294334) is known color: English Holly. HEX triplet: 29, 43 and 34. RGB value is (41,67,52). Sum of RGB (Red+Green+Blue) = 41+67+52=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #294334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294334 is #D6BCCB. Grayscale: #393939. Windows color (decimal): -14073036 or 3425065. OLE color: 3425065.

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

Color convert

RGB 41 67 52 -
CMYK 0.39 0 0.22 0.74
HSL 145.38º 0.24% 0.21% -
HSV(B) 145.38º 0.39% 0.26% -
XYZ 3.54 4.73 3.98 -
YUV 57.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 41 67 52 0.39 0 0.22 0.74 145.38 0.24 0.21
Hex 29 43 34 27 0 16 4A 91 18 15
Octal 51 103 64 47 0 26 112 221 30 25
Binary 101001 1000011 110100 100111 0 10110 1001010 10010001 11000 10101

Color Harmonies of #294334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294334

Black with #294334

Text Example


Text Example

White with #294334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294334; }

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

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

background-color css

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

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

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

border-color css

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

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

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