Html Css Color HEX #1E3D27 Deep Fir

📋 copy color: '#1E3D27'

red 30 ◦ green 61 ◦ blue 39

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

Shades of Deep Fir #1E3D27

Tints of Deep Fir #1E3D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30%

R = 23.08%
G = 46.92%
B = 30%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.76

RGB Variations

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

Color information

#1E3D27 (or 0x1E3D27) is known color: Deep Fir. HEX triplet: 1E, 3D and 27. RGB value is (30,61,39). Sum of RGB (Red+Green+Blue) = 30+61+39=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D27 is #E1C2D8. Grayscale: #313131. Windows color (decimal): -14795481 or 2571550. OLE color: 2571550.

HSL color Cylindrical-coordinate representation of color #1E3D27: hue angle of 137.42º 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 #1E3D27 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.

Color convert

RGB 30 61 39 -
CMYK 0.51 0 0.36 0.76
HSL 137.42º 0.34% 0.18% -
HSV(B) 137.42º 0.51% 0.24% -
XYZ 2.57 3.76 2.51 -
YUV 49.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 30 61 39 0.51 0 0.36 0.76 137.42 0.34 0.18
Hex 1E 3D 27 33 0 24 4C 89 22 12
Octal 36 75 47 63 0 44 114 211 42 22
Binary 11110 111101 100111 110011 0 100100 1001100 10001001 100010 10010

Color Harmonies of #1E3D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3D27

Black with #1E3D27

Text Example


Text Example

White with #1E3D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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