Html Css Color HEX #114D1D Deep Fir

📋 copy color: '#114D1D'

red 17 ◦ green 77 ◦ blue 29

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

Shades of Deep Fir #114D1D

Tints of Deep Fir #114D1D

RGB

 RED value IS 17 (7.03% from 255) = 13.82%

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

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 13.82%
G = 62.6%
B = 23.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#114D1D (or 0x114D1D) is known color: Deep Fir. HEX triplet: 11, 4D and 1D. RGB value is (17,77,29). Sum of RGB (Red+Green+Blue) = 17+77+29=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #114D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D1D is #EEB2E2. Grayscale: #353535. Windows color (decimal): -15643363 or 1920273. OLE color: 1920273.

HSL color Cylindrical-coordinate representation of color #114D1D: hue angle of 132º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D1D is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 29 -
CMYK 0.78 0 0.62 0.70
HSL 132º 0.64% 0.18% -
HSV(B) 132º 0.78% 0.3% -
XYZ 3.11 5.52 2.06 -
YUV 53.59 114.12 101.9 -
System Red Green Blue C M Y K H S L
Decimal 17 77 29 0.78 0 0.62 0.70 132 0.64 0.18
Hex 11 4D 1D 4E 0 3E 46 84 40 12
Octal 21 115 35 116 0 76 106 204 100 22
Binary 10001 1001101 11101 1001110 0 111110 1000110 10000100 1000000 10010

Color Harmonies of #114D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D1D

Black with #114D1D

Text Example


Text Example

White with #114D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #114D1D;
 }
 .AnyTagClassName
 {
   color: #114D1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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