Html Css Color HEX #1E3E27 Deep Fir

📋 copy color: '#1E3E27'

red 30 ◦ green 62 ◦ blue 39

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

Shades of Deep Fir #1E3E27

Tints of Deep Fir #1E3E27

RGB

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

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

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

R = 22.9%
G = 47.33%
B = 29.77%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.76

RGB Variations

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

Color information

#1E3E27 (or 0x1E3E27) is known color: Deep Fir. HEX triplet: 1E, 3E and 27. RGB value is (30,62,39). Sum of RGB (Red+Green+Blue) = 30+62+39=131 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.90% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E27 is #E1C1D8. Grayscale: #313131. Windows color (decimal): -14795225 or 2571806. OLE color: 2571806.

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

Color convert

RGB 30 62 39 -
CMYK 0.52 0 0.37 0.76
HSL 136.88º 0.35% 0.18% -
HSV(B) 136.88º 0.52% 0.24% -
XYZ 2.62 3.87 2.53 -
YUV 49.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 30 62 39 0.52 0 0.37 0.76 136.88 0.35 0.18
Hex 1E 3E 27 34 0 25 4C 89 23 12
Octal 36 76 47 64 0 45 114 211 43 22
Binary 11110 111110 100111 110100 0 100101 1001100 10001001 100011 10010

Color Harmonies of #1E3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3E27

Black with #1E3E27

Text Example


Text Example

White with #1E3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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