Html Css Color HEX #173C1E Deep Fir

📋 copy color: '#173C1E'

red 23 ◦ green 60 ◦ blue 30

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

Shades of Deep Fir #173C1E

Tints of Deep Fir #173C1E

RGB

 RED value IS 23 (9.38% from 255) = 20.35%

 GREEN value IS 60 (23.83% from 255) = 53.1%

 BLUE value IS 30 (12.11% from 255) = 26.55%

R = 20.35%
G = 53.1%
B = 26.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.76

RGB Variations

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

Color information

#173C1E (or 0x173C1E) is known color: Deep Fir. HEX triplet: 17, 3C and 1E. RGB value is (23,60,30). Sum of RGB (Red+Green+Blue) = 23+60+30=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 60 (23.83% from 255 or 53.10% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 60 - color contains mainly: green. Hex color #173C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C1E is #E8C3E1. Grayscale: #2D2D2D. Windows color (decimal): -15254498 or 1981463. OLE color: 1981463.

HSL color Cylindrical-coordinate representation of color #173C1E: hue angle of 131.35º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173C1E is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.76.

Color convert

RGB 23 60 30 -
CMYK 0.62 0 0.50 0.76
HSL 131.35º 0.45% 0.16% -
HSV(B) 131.35º 0.62% 0.24% -
XYZ 2.2 3.51 1.79 -
YUV 45.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 23 60 30 0.62 0 0.50 0.76 131.35 0.45 0.16
Hex 17 3C 1E 3E 0 32 4C 83 2D 10
Octal 27 74 36 76 0 62 114 203 55 20
Binary 10111 111100 11110 111110 0 110010 1001100 10000011 101101 10000

Color Harmonies of #173C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173C1E

Black with #173C1E

Text Example


Text Example

White with #173C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173C1E; }

 p { color: rgb(23,60,30); }

 H1.HeaderClassName
 {
   color: #173C1E;
 }
 .AnyTagClassName
 {
   color: #173C1E;
 }
</style>

background-color css

<style>
 a { background-color: #173C1E; }

 a { background-color: rgb(23,60,30); }

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

border-color css

<style>
 span { border-color: #173C1E; }

 span { border-color: rgb(23,60,30); }

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