Html Css Color HEX #1E4728 Deep Fir

📋 copy color: '#1E4728'

red 30 ◦ green 71 ◦ blue 40

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

Shades of Deep Fir #1E4728

Tints of Deep Fir #1E4728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50.35%

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

R = 21.28%
G = 50.35%
B = 28.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#1E4728 (or 0x1E4728) is known color: Deep Fir. HEX triplet: 1E, 47 and 28. RGB value is (30,71,40). Sum of RGB (Red+Green+Blue) = 30+71+40=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4728 is #E1B8D7. Grayscale: #373737. Windows color (decimal): -14792920 or 2639646. OLE color: 2639646.

HSL color Cylindrical-coordinate representation of color #1E4728: hue angle of 134.63º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4728 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 71 40 -
CMYK 0.58 0 0.44 0.72
HSL 134.63º 0.41% 0.2% -
HSV(B) 134.63º 0.58% 0.28% -
XYZ 3.17 4.94 2.79 -
YUV 55.21 119.42 110.02 -
System Red Green Blue C M Y K H S L
Decimal 30 71 40 0.58 0 0.44 0.72 134.63 0.41 0.2
Hex 1E 47 28 3A 0 2C 48 87 29 14
Octal 36 107 50 72 0 54 110 207 51 24
Binary 11110 1000111 101000 111010 0 101100 1001000 10000111 101001 10100

Color Harmonies of #1E4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4728

Black with #1E4728

Text Example


Text Example

White with #1E4728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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