Html Css Color HEX #1E3D29 Deep Fir

📋 copy color: '#1E3D29'

red 30 ◦ green 61 ◦ blue 41

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

Shades of Deep Fir #1E3D29

Tints of Deep Fir #1E3D29

RGB

 RED value IS 30 (12.11% from 255) = 22.73%

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

 BLUE value IS 41 (16.41% from 255) = 31.06%

R = 22.73%
G = 46.21%
B = 31.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#1E3D29 (or 0x1E3D29) is known color: Deep Fir. HEX triplet: 1E, 3D and 29. RGB value is (30,61,41). Sum of RGB (Red+Green+Blue) = 30+61+41=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D29 is #E1C2D6. Grayscale: #313131. Windows color (decimal): -14795479 or 2702622. OLE color: 2702622.

HSL color Cylindrical-coordinate representation of color #1E3D29: hue angle of 141.29º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D29 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB 30 61 41 -
CMYK 0.51 0 0.33 0.76
HSL 141.29º 0.34% 0.18% -
HSV(B) 141.29º 0.51% 0.24% -
XYZ 2.6 3.77 2.69 -
YUV 49.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 30 61 41 0.51 0 0.33 0.76 141.29 0.34 0.18
Hex 1E 3D 29 33 0 21 4C 8D 22 12
Octal 36 75 51 63 0 41 114 215 42 22
Binary 11110 111101 101001 110011 0 100001 1001100 10001101 100010 10010

Color Harmonies of #1E3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3D29

Black with #1E3D29

Text Example


Text Example

White with #1E3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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