#14301E

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

Shades of Deep Fir #14301E

Tints of Deep Fir #14301E

Color information

#14301E (or 0x14301E) is unknown color: approx Deep Fir. HEX triplet: 14, 30 and 1E. RGB value is (20,48,30). Sum of RGB (Red+Green+Blue) = 20+48+30=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #14301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14301E is #EBCFE1. Grayscale: #252525. Windows color (decimal): -15454178 or 1978388. OLE color: 1978388.

HSL color Cylindrical-coordinate representation of color #14301E: hue angle of 141.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #14301E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB204830-
CMYK0.5800.370.81
HSL141.43º41.18%13.33%-
HSV(B)141.43º58.33%18.82%-
XYZ1.582.361.6-
YUV37.58123.72115.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=20.41%
G=48.98%
B=30.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2048300.5800.370.81141.4341.1813.33
Hex14301E3A025518d29d
Octal246036720451212155115
Binary101001100001111011101001001011010001100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14301E; }

 p { color: rgb(20,48,30); }

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

<style>
 a { background-color: #14301E; }

 a { background-color: rgb(20,48,30); }

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

<style>
 span { border-color: #14301E; }

 span { border-color: rgb(20,48,30); }

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