#114E1D

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

Shades of Deep Fir #114E1D

Tints of Deep Fir #114E1D

Color information

#114E1D (or 0x114E1D) is unknown color: approx Deep Fir. HEX triplet: 11, 4E and 1D. RGB value is (17,78,29). Sum of RGB (Red+Green+Blue) = 17+78+29=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #114E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E1D is #EEB1E2. Grayscale: #363636. Windows color (decimal): -15643107 or 1920529. OLE color: 1920529.

HSL color Cylindrical-coordinate representation of color #114E1D: hue angle of 131.8º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114E1D is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.

Color convert

RGB177829-
CMYK0.7800.630.69
HSL131.8º64.21%18.63%-
HSV(B)131.8º78.21%30.59%-
XYZ3.185.662.09-
YUV54.17113.79101.48-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 78 (30.86% from 255) = 62.90%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=13.71%
G=62.90%
B=23.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1778290.7800.630.69131.864.2118.63
Hex114E1D4E03F45844013
Octal211163511607710520410023
Binary1000110011101110110011100111111100010110000100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114E1D; }

 p { color: rgb(17,78,29); }

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

<style>
 a { background-color: #114E1D; }

 a { background-color: rgb(17,78,29); }

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

<style>
 span { border-color: #114E1D; }

 span { border-color: rgb(17,78,29); }

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