Html Css Color HEX #113E1F Deep Fir

📋 copy color: '#113E1F'

red 17 ◦ green 62 ◦ blue 31

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

Shades of Deep Fir #113E1F

Tints of Deep Fir #113E1F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 56.36%

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

R = 15.45%
G = 56.36%
B = 28.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#113E1F (or 0x113E1F) is known color: Deep Fir. HEX triplet: 11, 3E and 1F. RGB value is (17,62,31). Sum of RGB (Red+Green+Blue) = 17+62+31=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #113E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E1F is #EEC1E0. Grayscale: #2D2D2D. Windows color (decimal): -15647201 or 2047505. OLE color: 2047505.

HSL color Cylindrical-coordinate representation of color #113E1F: hue angle of 138.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113E1F is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB 17 62 31 -
CMYK 0.73 0 0.5 0.76
HSL 138.67º 0.57% 0.15% -
HSV(B) 138.67º 0.73% 0.24% -
XYZ 2.2 3.66 1.89 -
YUV 45.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 17 62 31 0.73 0 0.5 0.76 138.67 0.57 0.15
Hex 11 3E 1F 49 0 32 4C 8B 39 F
Octal 21 76 37 111 0 62 114 213 71 17
Binary 10001 111110 11111 1001001 0 110010 1001100 10001011 111001 1111

Color Harmonies of #113E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E1F

Black with #113E1F

Text Example


Text Example

White with #113E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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