Html Css Color HEX #294434 English Holly

📋 copy color: '#294434'

red 41 ◦ green 68 ◦ blue 52

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

Shades of English Holly #294434

Tints of English Holly #294434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.24%

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

R = 25.47%
G = 42.24%
B = 32.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#294434 (or 0x294434) is known color: English Holly. HEX triplet: 29, 44 and 34. RGB value is (41,68,52). Sum of RGB (Red+Green+Blue) = 41+68+52=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #294434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294434 is #D6BBCB. Grayscale: #3A3A3A. Windows color (decimal): -14072780 or 3425321. OLE color: 3425321.

HSL color Cylindrical-coordinate representation of color #294434: hue angle of 144.44º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294434 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 52 -
CMYK 0.40 0 0.24 0.73
HSL 144.44º 0.25% 0.21% -
HSV(B) 144.44º 0.4% 0.27% -
XYZ 3.6 4.85 4 -
YUV 58.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 41 68 52 0.40 0 0.24 0.73 144.44 0.25 0.21
Hex 29 44 34 28 0 18 49 90 19 15
Octal 51 104 64 50 0 30 111 220 31 25
Binary 101001 1000100 110100 101000 0 11000 1001001 10010000 11001 10101

Color Harmonies of #294434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294434

Black with #294434

Text Example


Text Example

White with #294434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294434; }

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

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

background-color css

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

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

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

border-color css

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

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

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