Html Css Color HEX #294436 English Holly

📋 copy color: '#294436'

red 41 ◦ green 68 ◦ blue 54

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

Shades of English Holly #294436

Tints of English Holly #294436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.13%

R = 25.15%
G = 41.72%
B = 33.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#294436 (or 0x294436) is known color: English Holly. HEX triplet: 29, 44 and 36. RGB value is (41,68,54). Sum of RGB (Red+Green+Blue) = 41+68+54=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #294436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294436 is #D6BBC9. Grayscale: #3A3A3A. Windows color (decimal): -14072778 or 3556393. OLE color: 3556393.

HSL color Cylindrical-coordinate representation of color #294436: hue angle of 148.89º 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 #294436 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 54 -
CMYK 0.40 0 0.21 0.73
HSL 148.89º 0.25% 0.21% -
HSV(B) 148.89º 0.4% 0.27% -
XYZ 3.65 4.87 4.24 -
YUV 58.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 41 68 54 0.40 0 0.21 0.73 148.89 0.25 0.21
Hex 29 44 36 28 0 15 49 95 19 15
Octal 51 104 66 50 0 25 111 225 31 25
Binary 101001 1000100 110110 101000 0 10101 1001001 10010101 11001 10101

Color Harmonies of #294436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294436

Black with #294436

Text Example


Text Example

White with #294436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294436; }

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

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

background-color css

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

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

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

border-color css

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

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

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