Html Css Color HEX #1E3F28 Deep Fir

📋 copy color: '#1E3F28'

red 30 ◦ green 63 ◦ blue 40

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

Shades of Deep Fir #1E3F28

Tints of Deep Fir #1E3F28

RGB

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

 GREEN value IS 63 (25% from 255) = 47.37%

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 22.56%
G = 47.37%
B = 30.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#1E3F28 (or 0x1E3F28) is known color: Deep Fir. HEX triplet: 1E, 3F and 28. RGB value is (30,63,40). Sum of RGB (Red+Green+Blue) = 30+63+40=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #1E3F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3F28 is #E1C0D7. Grayscale: #323232. Windows color (decimal): -14794968 or 2637598. OLE color: 2637598.

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

Color convert

RGB 30 63 40 -
CMYK 0.52 0 0.37 0.75
HSL 138.18º 0.35% 0.18% -
HSV(B) 138.18º 0.52% 0.25% -
XYZ 2.7 3.98 2.63 -
YUV 50.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 30 63 40 0.52 0 0.37 0.75 138.18 0.35 0.18
Hex 1E 3F 28 34 0 25 4B 8A 23 12
Octal 36 77 50 64 0 45 113 212 43 22
Binary 11110 111111 101000 110100 0 100101 1001011 10001010 100011 10010

Color Harmonies of #1E3F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3F28

Black with #1E3F28

Text Example


Text Example

White with #1E3F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,63,40); }

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

background-color css

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

 a { background-color: rgb(30,63,40); }

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

border-color css

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

 span { border-color: rgb(30,63,40); }

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