#143F1B

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

Shades of Deep Fir #143F1B

Tints of Deep Fir #143F1B

Color information

#143F1B (or 0x143F1B) is unknown color: approx Deep Fir. HEX triplet: 14, 3F and 1B. RGB value is (20,63,27). Sum of RGB (Red+Green+Blue) = 20+63+27=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #143F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143F1B is #EBC0E4. Grayscale: #2E2E2E. Windows color (decimal): -15450341 or 1785620. OLE color: 1785620.

HSL color Cylindrical-coordinate representation of color #143F1B: hue angle of 129.77º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143F1B is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB206327-
CMYK0.6800.570.75
HSL129.77º51.81%16.27%-
HSV(B)129.77º68.25%24.71%-
XYZ2.263.781.65-
YUV46.04117.25109.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 63 (25% from 255) = 57.27%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=18.18%
G=57.27%
B=24.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2063270.6800.570.75129.7751.8116.27
Hex143F1B440394B823410
Octal2477331040711132026420
Binary10100111111110111000100011100110010111000001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143F1B; }

 p { color: rgb(20,63,27); }

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

<style>
 a { background-color: #143F1B; }

 a { background-color: rgb(20,63,27); }

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

<style>
 span { border-color: #143F1B; }

 span { border-color: rgb(20,63,27); }

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