Html Css Color HEX #293E31 English Holly

📋 copy color: '#293E31'

red 41 ◦ green 62 ◦ blue 49

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

Shades of English Holly #293E31

Tints of English Holly #293E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.79%

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

R = 26.97%
G = 40.79%
B = 32.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#293E31 (or 0x293E31) is known color: English Holly. HEX triplet: 29, 3E and 31. RGB value is (41,62,49). Sum of RGB (Red+Green+Blue) = 41+62+49=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #293E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E31 is #D6C1CE. Grayscale: #363636. Windows color (decimal): -14074319 or 3227177. OLE color: 3227177.

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

Color convert

RGB 41 62 49 -
CMYK 0.34 0 0.21 0.76
HSL 142.86º 0.2% 0.2% -
HSV(B) 142.86º 0.34% 0.24% -
XYZ 3.19 4.14 3.54 -
YUV 54.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 41 62 49 0.34 0 0.21 0.76 142.86 0.2 0.2
Hex 29 3E 31 22 0 15 4C 8F 14 14
Octal 51 76 61 42 0 25 114 217 24 24
Binary 101001 111110 110001 100010 0 10101 1001100 10001111 10100 10100

Color Harmonies of #293E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E31

Black with #293E31

Text Example


Text Example

White with #293E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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