Html Css Color HEX #294535 English Holly

📋 copy color: '#294535'

red 41 ◦ green 69 ◦ blue 53

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

Shades of English Holly #294535

Tints of English Holly #294535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.33%

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

R = 25.15%
G = 42.33%
B = 32.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#294535 (or 0x294535) is known color: English Holly. HEX triplet: 29, 45 and 35. RGB value is (41,69,53). Sum of RGB (Red+Green+Blue) = 41+69+53=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #294535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294535 is #D6BACA. Grayscale: #3A3A3A. Windows color (decimal): -14072523 or 3491113. OLE color: 3491113.

HSL color Cylindrical-coordinate representation of color #294535: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294535 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 69 53 -
CMYK 0.41 0 0.23 0.73
HSL 145.71º 0.25% 0.22% -
HSV(B) 145.71º 0.41% 0.27% -
XYZ 3.69 4.98 4.14 -
YUV 58.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 41 69 53 0.41 0 0.23 0.73 145.71 0.25 0.22
Hex 29 45 35 29 0 17 49 92 19 16
Octal 51 105 65 51 0 27 111 222 31 26
Binary 101001 1000101 110101 101001 0 10111 1001001 10010010 11001 10110

Color Harmonies of #294535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294535

Black with #294535

Text Example


Text Example

White with #294535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294535; }

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

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

background-color css

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

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

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

border-color css

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

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

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