Html Css Color HEX #293D31 English Holly

📋 copy color: '#293D31'

red 41 ◦ green 61 ◦ blue 49

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

Shades of English Holly #293D31

Tints of English Holly #293D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 40.4%

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

R = 27.15%
G = 40.4%
B = 32.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#293D31 (or 0x293D31) is known color: English Holly. HEX triplet: 29, 3D and 31. RGB value is (41,61,49). Sum of RGB (Red+Green+Blue) = 41+61+49=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #293D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D31 is #D6C2CE. Grayscale: #353535. Windows color (decimal): -14074575 or 3226921. OLE color: 3226921.

HSL color Cylindrical-coordinate representation of color #293D31: hue angle of 144º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293D31 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 41 61 49 -
CMYK 0.33 0 0.20 0.76
HSL 144º 0.2% 0.2% -
HSV(B) 144º 0.33% 0.24% -
XYZ 3.14 4.03 3.52 -
YUV 53.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 41 61 49 0.33 0 0.20 0.76 144 0.2 0.2
Hex 29 3D 31 21 0 14 4C 90 14 14
Octal 51 75 61 41 0 24 114 220 24 24
Binary 101001 111101 110001 100001 0 10100 1001100 10010000 10100 10100

Color Harmonies of #293D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D31

Black with #293D31

Text Example


Text Example

White with #293D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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