Html Css Color HEX #293F31 English Holly

📋 copy color: '#293F31'

red 41 ◦ green 63 ◦ blue 49

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

Shades of English Holly #293F31

Tints of English Holly #293F31

RGB

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

 GREEN value IS 63 (25% from 255) = 41.18%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 26.8%
G = 41.18%
B = 32.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#293F31 (or 0x293F31) is known color: English Holly. HEX triplet: 29, 3F and 31. RGB value is (41,63,49). Sum of RGB (Red+Green+Blue) = 41+63+49=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 63 - color contains mainly: green. Hex color #293F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F31 is #D6C0CE. Grayscale: #363636. Windows color (decimal): -14074063 or 3227433. OLE color: 3227433.

HSL color Cylindrical-coordinate representation of color #293F31: hue angle of 141.82º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F31 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 63 49 -
CMYK 0.35 0 0.22 0.75
HSL 141.82º 0.21% 0.2% -
HSV(B) 141.82º 0.35% 0.25% -
XYZ 3.25 4.25 3.55 -
YUV 54.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 41 63 49 0.35 0 0.22 0.75 141.82 0.21 0.2
Hex 29 3F 31 23 0 16 4B 8E 15 14
Octal 51 77 61 43 0 26 113 216 25 24
Binary 101001 111111 110001 100011 0 10110 1001011 10001110 10101 10100

Color Harmonies of #293F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F31

Black with #293F31

Text Example


Text Example

White with #293F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293F31; }

 p { color: rgb(41,63,49); }

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

background-color css

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

 a { background-color: rgb(41,63,49); }

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

border-color css

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

 span { border-color: rgb(41,63,49); }

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