#173A20

Color #173A20 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #173A20

Tints of Deep Fir #173A20

Color information

#173A20 (or 0x173A20) is unknown color: approx Deep Fir. HEX triplet: 17, 3A and 20. RGB value is (23,58,32). Sum of RGB (Red+Green+Blue) = 23+58+32=113 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.35% from 113); Green value is 58 (23.05% from 255 or 51.33% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 58 - color contains mainly: green. Hex color #173A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A20 is #E8C5DF. Grayscale: #2C2C2C. Windows color (decimal): -15255008 or 2112023. OLE color: 2112023.

HSL color Cylindrical-coordinate representation of color #173A20: hue angle of 135.43º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173A20 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB235832-
CMYK0.6000.450.77
HSL135.43º43.21%15.88%-
HSV(B)135.43º60.34%22.75%-
XYZ2.133.311.89-
YUV44.57120.9112.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.35%
GREEN value IS 58 (23.05% from 255) = 51.33%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=20.35%
G=51.33%
B=28.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2358320.6000.450.77135.4343.2115.88
Hex173A203C02D4D872b10
Octal277240740551152075320
Binary10111111010100000111100010110110011011000011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #173A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,58,32); }

 H1.HeaderClassName
 {
   color: #173A20;
 }
 .AnyTagClassName
 {
   color: #173A20;
 }
</style>
background-color css

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

 a { background-color: rgb(23,58,32); }

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

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

 span { border-color: rgb(23,58,32); }

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