Html Css Color HEX #113F1C Deep Fir

📋 copy color: '#113F1C'

red 17 ◦ green 63 ◦ blue 28

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

Shades of Deep Fir #113F1C

Tints of Deep Fir #113F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 58.33%

 BLUE value IS 28 (11.33% from 255) = 25.93%

R = 15.74%
G = 58.33%
B = 25.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#113F1C (or 0x113F1C) is known color: Deep Fir. HEX triplet: 11, 3F and 1C. RGB value is (17,63,28). Sum of RGB (Red+Green+Blue) = 17+63+28=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #113F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F1C is #EEC0E3. Grayscale: #2D2D2D. Windows color (decimal): -15646948 or 1851153. OLE color: 1851153.

HSL color Cylindrical-coordinate representation of color #113F1C: hue angle of 134.35º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F1C is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 28 -
CMYK 0.73 0 0.56 0.75
HSL 134.35º 0.58% 0.16% -
HSV(B) 134.35º 0.73% 0.25% -
XYZ 2.22 3.76 1.71 -
YUV 45.26 118.26 107.85 -
System Red Green Blue C M Y K H S L
Decimal 17 63 28 0.73 0 0.56 0.75 134.35 0.58 0.16
Hex 11 3F 1C 49 0 38 4B 86 3A 10
Octal 21 77 34 111 0 70 113 206 72 20
Binary 10001 111111 11100 1001001 0 111000 1001011 10000110 111010 10000

Color Harmonies of #113F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F1C

Black with #113F1C

Text Example


Text Example

White with #113F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113F1C; }

 p { color: rgb(17,63,28); }

 H1.HeaderClassName
 {
   color: #113F1C;
 }
 .AnyTagClassName
 {
   color: #113F1C;
 }
</style>

background-color css

<style>
 a { background-color: #113F1C; }

 a { background-color: rgb(17,63,28); }

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

border-color css

<style>
 span { border-color: #113F1C; }

 span { border-color: rgb(17,63,28); }

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