#1F4929

Color #1F4929 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #1F4929

Tints of Deep Fir #1F4929

Color information

#1F4929 (or 0x1F4929) is unknown color: approx Deep Fir. HEX triplet: 1F, 49 and 29. RGB value is (31,73,41). Sum of RGB (Red+Green+Blue) = 31+73+41=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #1F4929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4929 is #E0B6D6. Grayscale: #383838. Windows color (decimal): -14726871 or 2705695. OLE color: 2705695.

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

Color convert

RGB317341-
CMYK0.5800.440.71
HSL134.29º40.38%20.39%-
HSV(B)134.29º57.53%28.63%-
XYZ3.355.222.93-
YUV56.79119.09109.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.38%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=21.38%
G=50.34%
B=28.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3173410.5800.440.71134.2940.3820.39
Hex1F49293A02C47862814
Octal3711151720541072065024
Binary111111001001101001111010010110010001111000011010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F4929;
 }
 .AnyTagClassName
 {
   color: #1F4929;
 }
</style>
background-color css

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

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

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

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

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

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