Html Css Color HEX #294235 English Holly

📋 copy color: '#294235'

red 41 ◦ green 66 ◦ blue 53

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

Shades of English Holly #294235

Tints of English Holly #294235

RGB

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

 GREEN value IS 66 (26.17% from 255) = 41.25%

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

R = 25.63%
G = 41.25%
B = 33.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#294235 (or 0x294235) is known color: English Holly. HEX triplet: 29, 42 and 35. RGB value is (41,66,53). Sum of RGB (Red+Green+Blue) = 41+66+53=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #294235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294235 is #D6BDCA. Grayscale: #393939. Windows color (decimal): -14073291 or 3490345. OLE color: 3490345.

HSL color Cylindrical-coordinate representation of color #294235: hue angle of 148.8º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294235 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 66 53 -
CMYK 0.38 0 0.20 0.74
HSL 148.8º 0.23% 0.21% -
HSV(B) 148.8º 0.38% 0.26% -
XYZ 3.51 4.62 4.08 -
YUV 57.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 41 66 53 0.38 0 0.20 0.74 148.8 0.23 0.21
Hex 29 42 35 26 0 14 4A 95 17 15
Octal 51 102 65 46 0 24 112 225 27 25
Binary 101001 1000010 110101 100110 0 10100 1001010 10010101 10111 10101

Color Harmonies of #294235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294235

Black with #294235

Text Example


Text Example

White with #294235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294235; }

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

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

background-color css

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

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

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

border-color css

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

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

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