Html Css Color HEX #14481E Deep Fir

📋 copy color: '#14481E'

red 20 ◦ green 72 ◦ blue 30

#14481E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #14481E

Tints of Deep Fir #14481E

RGB

 RED value IS 20 (8.2% from 255) = 16.39%

 GREEN value IS 72 (28.52% from 255) = 59.02%

 BLUE value IS 30 (12.11% from 255) = 24.59%

R = 16.39%
G = 59.02%
B = 24.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#14481E (or 0x14481E) is known color: Deep Fir. HEX triplet: 14, 48 and 1E. RGB value is (20,72,30). Sum of RGB (Red+Green+Blue) = 20+72+30=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #14481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14481E is #EBB7E1. Grayscale: #333333. Windows color (decimal): -15448034 or 1984532. OLE color: 1984532.

HSL color Cylindrical-coordinate representation of color #14481E: hue angle of 131.54º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14481E is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 30 -
CMYK 0.72 0 0.58 0.72
HSL 131.54º 0.57% 0.18% -
HSV(B) 131.54º 0.72% 0.28% -
XYZ 2.84 4.88 2.02 -
YUV 51.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 20 72 30 0.72 0 0.58 0.72 131.54 0.57 0.18
Hex 14 48 1E 48 0 3A 48 84 39 12
Octal 24 110 36 110 0 72 110 204 71 22
Binary 10100 1001000 11110 1001000 0 111010 1001000 10000100 111001 10010

Color Harmonies of #14481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14481E

Black with #14481E

Text Example


Text Example

White with #14481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14481E;
 }
 .AnyTagClassName
 {
   color: #14481E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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