Html Css Color HEX #294534 English Holly

📋 copy color: '#294534'

red 41 ◦ green 69 ◦ blue 52

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

Shades of English Holly #294534

Tints of English Holly #294534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 32.1%

R = 25.31%
G = 42.59%
B = 32.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#294534 (or 0x294534) is known color: English Holly. HEX triplet: 29, 45 and 34. RGB value is (41,69,52). Sum of RGB (Red+Green+Blue) = 41+69+52=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #294534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294534 is #D6BACB. Grayscale: #3A3A3A. Windows color (decimal): -14072524 or 3425577. OLE color: 3425577.

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

Color convert

RGB 41 69 52 -
CMYK 0.41 0 0.25 0.73
HSL 143.57º 0.25% 0.22% -
HSV(B) 143.57º 0.41% 0.27% -
XYZ 3.66 4.98 4.02 -
YUV 58.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 41 69 52 0.41 0 0.25 0.73 143.57 0.25 0.22
Hex 29 45 34 29 0 19 49 90 19 16
Octal 51 105 64 51 0 31 111 220 31 26
Binary 101001 1000101 110100 101001 0 11001 1001001 10010000 11001 10110

Color Harmonies of #294534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294534

Black with #294534

Text Example


Text Example

White with #294534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294534; }

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

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

background-color css

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

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

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

border-color css

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

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

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