Html Css Color HEX #294232 English Holly

📋 copy color: '#294232'

red 41 ◦ green 66 ◦ blue 50

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

Shades of English Holly #294232

Tints of English Holly #294232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 31.85%

R = 26.11%
G = 42.04%
B = 31.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#294232 (or 0x294232) is known color: English Holly. HEX triplet: 29, 42 and 32. RGB value is (41,66,50). Sum of RGB (Red+Green+Blue) = 41+66+50=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #294232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294232 is #D6BDCD. Grayscale: #383838. Windows color (decimal): -14073294 or 3293737. OLE color: 3293737.

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

Color convert

RGB 41 66 50 -
CMYK 0.38 0 0.24 0.74
HSL 141.6º 0.23% 0.21% -
HSV(B) 141.6º 0.38% 0.26% -
XYZ 3.44 4.6 3.72 -
YUV 56.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 41 66 50 0.38 0 0.24 0.74 141.6 0.23 0.21
Hex 29 42 32 26 0 18 4A 8E 17 15
Octal 51 102 62 46 0 30 112 216 27 25
Binary 101001 1000010 110010 100110 0 11000 1001010 10001110 10111 10101

Color Harmonies of #294232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294232

Black with #294232

Text Example


Text Example

White with #294232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294232; }

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

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

background-color css

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

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

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

border-color css

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

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

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