Html Css Color HEX #114A1B Deep Fir

📋 copy color: '#114A1B'

red 17 ◦ green 74 ◦ blue 27

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

Shades of Deep Fir #114A1B

Tints of Deep Fir #114A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.88%

R = 14.41%
G = 62.71%
B = 22.88%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#114A1B (or 0x114A1B) is known color: Deep Fir. HEX triplet: 11, 4A and 1B. RGB value is (17,74,27). Sum of RGB (Red+Green+Blue) = 17+74+27=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 74 (29.30% from 255 or 62.71% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 74 - color contains mainly: green. Hex color #114A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A1B is #EEB5E4. Grayscale: #333333. Windows color (decimal): -15644133 or 1788433. OLE color: 1788433.

HSL color Cylindrical-coordinate representation of color #114A1B: hue angle of 130.53º 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 #114A1B is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 74 27 -
CMYK 0.77 0 0.64 0.71
HSL 130.53º 0.63% 0.18% -
HSV(B) 130.53º 0.77% 0.29% -
XYZ 2.88 5.1 1.87 -
YUV 51.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 17 74 27 0.77 0 0.64 0.71 130.53 0.63 0.18
Hex 11 4A 1B 4D 0 40 47 83 3F 12
Octal 21 112 33 115 0 100 107 203 77 22
Binary 10001 1001010 11011 1001101 0 1000000 1000111 10000011 111111 10010

Color Harmonies of #114A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A1B

Black with #114A1B

Text Example


Text Example

White with #114A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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