#143B1B

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

Shades of Deep Fir #143B1B

Tints of Deep Fir #143B1B

Color information

#143B1B (or 0x143B1B) is unknown color: approx Deep Fir. HEX triplet: 14, 3B and 1B. RGB value is (20,59,27). Sum of RGB (Red+Green+Blue) = 20+59+27=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #143B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B1B is #EBC4E4. Grayscale: #2B2B2B. Windows color (decimal): -15451365 or 1784596. OLE color: 1784596.

HSL color Cylindrical-coordinate representation of color #143B1B: hue angle of 130.77º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B1B is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.

Color convert

RGB205927-
CMYK0.6600.540.77
HSL130.77º49.37%15.49%-
HSV(B)130.77º66.1%23.14%-
XYZ2.053.361.58-
YUV43.69118.58111.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 59 (23.44% from 255) = 55.66%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=18.87%
G=55.66%
B=25.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2059270.6600.540.77130.7749.3715.49
Hex143B1B420364D8331f
Octal2473331020661152036117
Binary1010011101111011100001001101101001101100000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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