Html Css Color HEX #114A1F Deep Fir

📋 copy color: '#114A1F'

red 17 ◦ green 74 ◦ blue 31

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

Shades of Deep Fir #114A1F

Tints of Deep Fir #114A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 60.66%

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

R = 13.93%
G = 60.66%
B = 25.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#114A1F (or 0x114A1F) is known color: Deep Fir. HEX triplet: 11, 4A and 1F. RGB value is (17,74,31). Sum of RGB (Red+Green+Blue) = 17+74+31=122 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.93% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #114A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A1F is #EEB5E0. Grayscale: #343434. Windows color (decimal): -15644129 or 2050577. OLE color: 2050577.

HSL color Cylindrical-coordinate representation of color #114A1F: hue angle of 134.74º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114A1F is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 74 31 -
CMYK 0.77 0 0.58 0.71
HSL 134.74º 0.63% 0.18% -
HSV(B) 134.74º 0.77% 0.29% -
XYZ 2.93 5.12 2.13 -
YUV 52.06 116.12 103 -
System Red Green Blue C M Y K H S L
Decimal 17 74 31 0.77 0 0.58 0.71 134.74 0.63 0.18
Hex 11 4A 1F 4D 0 3A 47 87 3F 12
Octal 21 112 37 115 0 72 107 207 77 22
Binary 10001 1001010 11111 1001101 0 111010 1000111 10000111 111111 10010

Color Harmonies of #114A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A1F

Black with #114A1F

Text Example


Text Example

White with #114A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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