#1F442B

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

Shades of Deep Fir #1F442B

Tints of Deep Fir #1F442B

Color information

#1F442B (or 0x1F442B) is unknown color: approx Deep Fir. HEX triplet: 1F, 44 and 2B. RGB value is (31,68,43). Sum of RGB (Red+Green+Blue) = 31+68+43=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #1F442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F442B is #E0BBD4. Grayscale: #363636. Windows color (decimal): -14728149 or 2835487. OLE color: 2835487.

HSL color Cylindrical-coordinate representation of color #1F442B: hue angle of 139.46º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F442B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB316843-
CMYK0.5400.370.73
HSL139.46º37.37%19.41%-
HSV(B)139.46º54.41%26.67%-
XYZ3.074.63.01-
YUV54.09121.74111.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.83%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=21.83%
G=47.89%
B=30.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3168430.5400.370.73139.4637.3719.41
Hex1F442B36025498b2513
Octal3710453660451112134523
Binary111111000100101011110110010010110010011000101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,43); }

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

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

 a { background-color: rgb(31,68,43); }

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

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

 span { border-color: rgb(31,68,43); }

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