Html Css Color HEX #294435 English Holly

📋 copy color: '#294435'

red 41 ◦ green 68 ◦ blue 53

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

Shades of English Holly #294435

Tints of English Holly #294435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 32.72%

R = 25.31%
G = 41.98%
B = 32.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#294435 (or 0x294435) is known color: English Holly. HEX triplet: 29, 44 and 35. RGB value is (41,68,53). Sum of RGB (Red+Green+Blue) = 41+68+53=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #294435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294435 is #D6BBCA. Grayscale: #3A3A3A. Windows color (decimal): -14072779 or 3490857. OLE color: 3490857.

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

Color convert

RGB 41 68 53 -
CMYK 0.40 0 0.22 0.73
HSL 146.67º 0.25% 0.21% -
HSV(B) 146.67º 0.4% 0.27% -
XYZ 3.62 4.86 4.12 -
YUV 58.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 41 68 53 0.40 0 0.22 0.73 146.67 0.25 0.21
Hex 29 44 35 28 0 16 49 93 19 15
Octal 51 104 65 50 0 26 111 223 31 25
Binary 101001 1000100 110101 101000 0 10110 1001001 10010011 11001 10101

Color Harmonies of #294435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294435

Black with #294435

Text Example


Text Example

White with #294435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294435; }

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

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

background-color css

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

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

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

border-color css

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

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

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