Html Css Color HEX #114D1F Deep Fir

📋 copy color: '#114D1F'

red 17 ◦ green 77 ◦ blue 31

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

Shades of Deep Fir #114D1F

Tints of Deep Fir #114D1F

RGB

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

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

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

R = 13.6%
G = 61.6%
B = 24.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#114D1F (or 0x114D1F) is known color: Deep Fir. HEX triplet: 11, 4D and 1F. RGB value is (17,77,31). Sum of RGB (Red+Green+Blue) = 17+77+31=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 77 (30.47% from 255 or 61.6% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 77 - color contains mainly: green. Hex color #114D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D1F is #EEB2E0. Grayscale: #353535. Windows color (decimal): -15643361 or 2051345. OLE color: 2051345.

HSL color Cylindrical-coordinate representation of color #114D1F: hue angle of 134º 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 #114D1F is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 31 -
CMYK 0.78 0 0.60 0.70
HSL 134º 0.64% 0.18% -
HSV(B) 134º 0.78% 0.3% -
XYZ 3.13 5.53 2.2 -
YUV 53.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 17 77 31 0.78 0 0.60 0.70 134 0.64 0.18
Hex 11 4D 1F 4E 0 3C 46 86 40 12
Octal 21 115 37 116 0 74 106 206 100 22
Binary 10001 1001101 11111 1001110 0 111100 1000110 10000110 1000000 10010

Color Harmonies of #114D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D1F

Black with #114D1F

Text Example


Text Example

White with #114D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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