Html Css Color HEX #294335 English Holly

📋 copy color: '#294335'

red 41 ◦ green 67 ◦ blue 53

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

Shades of English Holly #294335

Tints of English Holly #294335

RGB

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

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

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

R = 25.47%
G = 41.61%
B = 32.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#294335 (or 0x294335) is known color: English Holly. HEX triplet: 29, 43 and 35. RGB value is (41,67,53). Sum of RGB (Red+Green+Blue) = 41+67+53=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #294335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294335 is #D6BCCA. Grayscale: #393939. Windows color (decimal): -14073035 or 3490601. OLE color: 3490601.

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

Color convert

RGB 41 67 53 -
CMYK 0.39 0 0.21 0.74
HSL 147.69º 0.24% 0.21% -
HSV(B) 147.69º 0.39% 0.26% -
XYZ 3.56 4.74 4.1 -
YUV 57.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 41 67 53 0.39 0 0.21 0.74 147.69 0.24 0.21
Hex 29 43 35 27 0 15 4A 94 18 15
Octal 51 103 65 47 0 25 112 224 30 25
Binary 101001 1000011 110101 100111 0 10101 1001010 10010100 11000 10101

Color Harmonies of #294335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294335

Black with #294335

Text Example


Text Example

White with #294335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294335; }

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

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

background-color css

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

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

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

border-color css

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

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

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