Html Css Color HEX #0E491A Deep Fir

📋 copy color: '#0E491A'

red 14 ◦ green 73 ◦ blue 26

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

Shades of Deep Fir #0E491A

Tints of Deep Fir #0E491A

RGB

 RED value IS 14 (5.86% from 255) = 12.39%

 GREEN value IS 73 (28.91% from 255) = 64.6%

 BLUE value IS 26 (10.55% from 255) = 23.01%

R = 12.39%
G = 64.6%
B = 23.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#0E491A (or 0x0E491A) is known color: Deep Fir. HEX triplet: 0E, 49 and 1A. RGB value is (14,73,26). Sum of RGB (Red+Green+Blue) = 14+73+26=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #0E491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E491A is #F1B6E5. Grayscale: #323232. Windows color (decimal): -15840998 or 1722638. OLE color: 1722638.

HSL color Cylindrical-coordinate representation of color #0E491A: hue angle of 132.2º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E491A is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 73 26 -
CMYK 0.81 0 0.64 0.71
HSL 132.2º 0.68% 0.17% -
HSV(B) 132.2º 0.81% 0.29% -
XYZ 2.75 4.93 1.78 -
YUV 50 114.45 102.32 -
System Red Green Blue C M Y K H S L
Decimal 14 73 26 0.81 0 0.64 0.71 132.2 0.68 0.17
Hex E 49 1A 51 0 40 47 84 44 11
Octal 16 111 32 121 0 100 107 204 104 21
Binary 1110 1001001 11010 1010001 0 1000000 1000111 10000100 1000100 10001

Color Harmonies of #0E491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E491A

Black with #0E491A

Text Example


Text Example

White with #0E491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E491A; }

 p { color: rgb(14,73,26); }

 H1.HeaderClassName
 {
   color: #0E491A;
 }
 .AnyTagClassName
 {
   color: #0E491A;
 }
</style>

background-color css

<style>
 a { background-color: #0E491A; }

 a { background-color: rgb(14,73,26); }

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

border-color css

<style>
 span { border-color: #0E491A; }

 span { border-color: rgb(14,73,26); }

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