Html Css Color HEX #1F4729 Deep Fir

📋 copy color: '#1F4729'

red 31 ◦ green 71 ◦ blue 41

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

Shades of Deep Fir #1F4729

Tints of Deep Fir #1F4729

RGB

 RED value IS 31 (12.5% from 255) = 21.68%

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

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

R = 21.68%
G = 49.65%
B = 28.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#1F4729 (or 0x1F4729) is known color: Deep Fir. HEX triplet: 1F, 47 and 29. RGB value is (31,71,41). Sum of RGB (Red+Green+Blue) = 31+71+41=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4729 is #E0B8D6. Grayscale: #373737. Windows color (decimal): -14727383 or 2705183. OLE color: 2705183.

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

Color convert

RGB 31 71 41 -
CMYK 0.56 0 0.42 0.72
HSL 135º 0.39% 0.2% -
HSV(B) 135º 0.56% 0.28% -
XYZ 3.22 4.96 2.89 -
YUV 55.62 119.75 110.44 -
System Red Green Blue C M Y K H S L
Decimal 31 71 41 0.56 0 0.42 0.72 135 0.39 0.2
Hex 1F 47 29 38 0 2A 48 87 27 14
Octal 37 107 51 70 0 52 110 207 47 24
Binary 11111 1000111 101001 111000 0 101010 1001000 10000111 100111 10100

Color Harmonies of #1F4729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4729

Black with #1F4729

Text Example


Text Example

White with #1F4729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,71,41); }

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

background-color css

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

 a { background-color: rgb(31,71,41); }

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

border-color css

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

 span { border-color: rgb(31,71,41); }

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