Html Css Color HEX #0E4D1F Deep Fir

📋 copy color: '#0E4D1F'

red 14 ◦ green 77 ◦ blue 31

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

Shades of Deep Fir #0E4D1F

Tints of Deep Fir #0E4D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 63.11%

 BLUE value IS 31 (12.5% from 255) = 25.41%

R = 11.48%
G = 63.11%
B = 25.41%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#0E4D1F (or 0x0E4D1F) is known color: Deep Fir. HEX triplet: 0E, 4D and 1F. RGB value is (14,77,31). Sum of RGB (Red+Green+Blue) = 14+77+31=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #0E4D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4D1F is #F1B2E0. Grayscale: #353535. Windows color (decimal): -15839969 or 2051342. OLE color: 2051342.

HSL color Cylindrical-coordinate representation of color #0E4D1F: hue angle of 136.19º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4D1F is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 14 77 31 -
CMYK 0.82 0 0.60 0.70
HSL 136.19º 0.69% 0.18% -
HSV(B) 136.19º 0.82% 0.3% -
XYZ 3.08 5.5 2.2 -
YUV 52.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 14 77 31 0.82 0 0.60 0.70 136.19 0.69 0.18
Hex E 4D 1F 52 0 3C 46 88 45 12
Octal 16 115 37 122 0 74 106 210 105 22
Binary 1110 1001101 11111 1010010 0 111100 1000110 10001000 1000101 10010

Color Harmonies of #0E4D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4D1F

Black with #0E4D1F

Text Example


Text Example

White with #0E4D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,77,31); }

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

background-color css

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

 a { background-color: rgb(14,77,31); }

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

border-color css

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

 span { border-color: rgb(14,77,31); }

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