#1F432B

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

Shades of Deep Fir #1F432B

Tints of Deep Fir #1F432B

Color information

#1F432B (or 0x1F432B) is unknown color: approx Deep Fir. HEX triplet: 1F, 43 and 2B. RGB value is (31,67,43). Sum of RGB (Red+Green+Blue) = 31+67+43=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #1F432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F432B is #E0BCD4. Grayscale: #353535. Windows color (decimal): -14728405 or 2835231. OLE color: 2835231.

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

Color convert

RGB316743-
CMYK0.5400.360.74
HSL140º36.73%19.22%-
HSV(B)140º53.73%26.27%-
XYZ3.014.482.99-
YUV53.5122.07111.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 67 (26.56% from 255) = 47.52%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=21.99%
G=47.52%
B=30.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3167430.5400.360.7414036.7319.22
Hex1F432B360244A8c2513
Octal3710353660441122144523
Binary111111000011101011110110010010010010101000110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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